Return the analysis number of machine basic block BB.

Synopsis

Declared in <llvm/CodeGen/MachineBasicBlock.h>

static
unsigned int
getNumber(MachineBasicBlock* BB);

Return Value

The analysis number of BB.

Parameters

Name

Description

BB

Machine basic block whose number is requested.

Created with MrDocs