Lines Matching refs:SILowerControlFlow
71 class SILowerControlFlow : public MachineFunctionPass { class
143 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anona574a0c70111::SILowerControlFlow
164 char SILowerControlFlow::ID = 0;
166 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
176 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;
178 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, in hasKill()
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()
479 MachineBasicBlock *SILowerControlFlow::emitEndCf(MachineInstr &MI) { in emitEndCf()
567 void SILowerControlFlow::findMaskOperands(MachineInstr &MI, unsigned OpNo, in findMaskOperands()
598 void SILowerControlFlow::combineMasks(MachineInstr &MI) { in combineMasks()
620 void SILowerControlFlow::optimizeEndCf() { in optimizeEndCf()
654 MachineBasicBlock *SILowerControlFlow::process(MachineInstr &MI) { in process()
712 void SILowerControlFlow::lowerInitExec(MachineBasicBlock *MBB, in lowerInitExec()
801 bool SILowerControlFlow::removeMBBifRedundant(MachineBasicBlock &MBB) { in removeMBBifRedundant()
847 bool SILowerControlFlow::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()