Lines Matching refs:SILowerControlFlow
71 class SILowerControlFlow : public MachineFunctionPass { class
142 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anonfaa441410111::SILowerControlFlow
163 char SILowerControlFlow::ID = 0;
165 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
175 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;
177 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, in hasKill()
208 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()
307 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()
371 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()
422 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()
445 SILowerControlFlow::skipIgnoreExecInstsTrivialSucc( in skipIgnoreExecInstsTrivialSucc()
474 MachineBasicBlock *SILowerControlFlow::emitEndCf(MachineInstr &MI) { in emitEndCf()
557 void SILowerControlFlow::findMaskOperands(MachineInstr &MI, unsigned OpNo, in findMaskOperands()
588 void SILowerControlFlow::combineMasks(MachineInstr &MI) { in combineMasks()
610 void SILowerControlFlow::optimizeEndCf() { in optimizeEndCf()
644 MachineBasicBlock *SILowerControlFlow::process(MachineInstr &MI) { in process()
702 void SILowerControlFlow::lowerInitExec(MachineBasicBlock *MBB, in lowerInitExec()
790 bool SILowerControlFlow::removeMBBifRedundant(MachineBasicBlock &MBB) { in removeMBBifRedundant()
837 bool SILowerControlFlow::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()