Home
last modified time | relevance | path

Searched refs:EarlyIfPredicator (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1082 class EarlyIfPredicator : public MachineFunctionPass { class
1094 EarlyIfPredicator() : MachineFunctionPass(ID) {} in EarlyIfPredicator() function in __anon91bad1d10911::EarlyIfPredicator
1108 char EarlyIfPredicator::ID = 0;
1109 char &llvm::EarlyIfPredicatorID = EarlyIfPredicator::ID;
1111 INITIALIZE_PASS_BEGIN(EarlyIfPredicator, DEBUG_TYPE, "Early If Predicator",
1115 INITIALIZE_PASS_END(EarlyIfPredicator, DEBUG_TYPE, "Early If Predicator", false, in INITIALIZE_PASS_DEPENDENCY()
1118 void EarlyIfPredicator::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
1128 bool EarlyIfPredicator::shouldConvertIf() { in shouldConvertIf()
1168 bool EarlyIfPredicator::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf()
1181 bool EarlyIfPredicator::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()