Searched refs:SILowerControlFlow (Results 1 – 1 of 1) sorted by relevance
71 class SILowerControlFlow : public MachineFunctionPass { class141 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anon0c226a110111::SILowerControlFlow162 char SILowerControlFlow::ID = 0;164 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,174 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;176 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, in hasKill()207 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()305 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()368 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()422 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()[all …]