Searched refs:SILowerControlFlow (Results 1 – 1 of 1) sorted by relevance
79 class SILowerControlFlow : public MachineFunctionPass { class100 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anona9a0de360111::SILowerControlFlow122 char SILowerControlFlow::ID = 0;124 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,134 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;169 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()256 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()330 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()371 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()392 void SILowerControlFlow::emitEndCf(MachineInstr &MI) { in emitEndCf()[all …]