Go to the source code of this file.
|
| STATISTIC (NumExpanded, "Number of branches expanded to long format") |
|
| STATISTIC (NumPrefixed, "Number of prefixed instructions") |
|
| STATISTIC (NumPrefixedAligned, "Number of prefixed instructions that have been aligned") |
|
| INITIALIZE_PASS (PPCBSel, "ppc-branch-select", "PowerPC Branch Selector", false, false) FunctionPass *llvm |
| createPPCBranchSelectionPass - returns an instance of the Branch Selection Pass
|
|
static unsigned | GetInitialOffset (MachineFunction &Fn) |
| We need to be careful about the offset of the first block in the function because it might not have the function's alignment.
|
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "ppc-branch-select" |
◆ GetInitialOffset()
◆ INITIALIZE_PASS()
INITIALIZE_PASS |
( |
PPCBSel |
, |
|
|
"ppc-branch-select" |
, |
|
|
"PowerPC Branch Selector" |
, |
|
|
false |
, |
|
|
false |
|
|
) |
| |
createPPCBranchSelectionPass - returns an instance of the Branch Selection Pass
Definition at line 73 of file PPCBranchSelector.cpp.
◆ STATISTIC() [1/3]
STATISTIC |
( |
NumExpanded |
, |
|
|
"Number of branches expanded to long format" |
|
|
) |
| |
◆ STATISTIC() [2/3]
STATISTIC |
( |
NumPrefixed |
, |
|
|
"Number of prefixed instructions" |
|
|
) |
| |
◆ STATISTIC() [3/3]
STATISTIC |
( |
NumPrefixedAligned |
, |
|
|
"Number of prefixed instructions that have been aligned" |
|
|
) |
| |