Searched refs:SILowerControlFlow (Results 1 – 1 of 1) sorted by relevance
67 class SILowerControlFlow : public MachineFunctionPass { class134 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anon6ef7dbc50111::SILowerControlFlow153 char SILowerControlFlow::ID = 0;155 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,165 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;198 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()293 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()355 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()399 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()422 SILowerControlFlow::skipIgnoreExecInstsTrivialSucc( in skipIgnoreExecInstsTrivialSucc()[all …]