Searched refs:SILowerControlFlowPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp66 class SILowerControlFlowPass : public MachineFunctionPass { class in namespace:__anon2759
97 SILowerControlFlowPass(TargetMachine &tm) : function in class:__anon2759::SILowerControlFlowPass
114 char SILowerControlFlowPass::ID = 0;
117 return new SILowerControlFlowPass(tm);
120 bool SILowerControlFlowPass::shouldSkip(MachineBasicBlock *From,
140 void SILowerControlFlowPass::Skip(MachineInstr &From, MachineOperand &To) {
150 void SILowerControlFlowPass::SkipIfDead(MachineInstr &MI) {
183 void SILowerControlFlowPass::If(MachineInstr &MI) {
201 void SILowerControlFlowPass::Else(MachineInstr &MI) {
220 void SILowerControlFlowPass
[all...]

Completed in 44 milliseconds