Return one past the highest analysis block number in F.
Synopsis
Declared in <llvm/CodeGen/MachineFunction.h>
static
unsigned int
getMaxNumber(MachineFunction* F);
Return Value
One past the highest analysis block number in F.
Parameters
Name |
Description |
F |
Machine function whose max analysis number is requested. |
Created with MrDocs