Lines Matching refs:SILowerControlFlow
79 class SILowerControlFlow : public MachineFunctionPass { class
100 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anona9a0de360111::SILowerControlFlow
122 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()
413 void SILowerControlFlow::findMaskOperands(MachineInstr &MI, unsigned OpNo, in findMaskOperands()
445 void SILowerControlFlow::combineMasks(MachineInstr &MI) { in combineMasks()
467 bool SILowerControlFlow::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()