Searched refs:SILowerControlFlowPass (Results 1 – 1 of 1) sorted by relevance
66 class SILowerControlFlowPass : public MachineFunctionPass { class96 SILowerControlFlowPass(TargetMachine &tm) : in SILowerControlFlowPass() function in __anon4cb398fd0111::SILowerControlFlowPass109 char SILowerControlFlowPass::ID = 0;112 return new SILowerControlFlowPass(tm); in createSILowerControlFlowPass()115 bool SILowerControlFlowPass::shouldSkip(MachineBasicBlock *From, in shouldSkip()135 void SILowerControlFlowPass::Skip(MachineInstr &From, MachineOperand &To) { in Skip()146 void SILowerControlFlowPass::SkipIfDead(MachineInstr &MI) { in SkipIfDead()180 void SILowerControlFlowPass::If(MachineInstr &MI) { in If()198 void SILowerControlFlowPass::Else(MachineInstr &MI) { in Else()217 void SILowerControlFlowPass::Break(MachineInstr &MI) { in Break()[all …]