Searched refs:SILowerControlFlow (Results 1 – 1 of 1) sorted by relevance
71 class SILowerControlFlow : public MachineFunctionPass { class143 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anona574a0c70111::SILowerControlFlow164 char SILowerControlFlow::ID = 0;166 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,176 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;209 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()307 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()370 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()424 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()450 SILowerControlFlow::skipIgnoreExecInstsTrivialSucc( in skipIgnoreExecInstsTrivialSucc()[all …]