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

/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp63 class SILowerControlFlowPass : public MachineFunctionPass { class in namespace:__anon2585
93 SILowerControlFlowPass(TargetMachine &tm) : function in class:__anon2585::SILowerControlFlowPass
106 char SILowerControlFlowPass::ID = 0;
109 return new SILowerControlFlowPass(tm);
129 bool SILowerControlFlowPass::shouldSkip(MachineBasicBlock *From,
149 void SILowerControlFlowPass::Skip(MachineInstr &From, MachineOperand &To) {
160 void SILowerControlFlowPass::SkipIfDead(MachineInstr &MI) {
194 void SILowerControlFlowPass::If(MachineInstr &MI) {
212 void SILowerControlFlowPass::Else(MachineInstr &MI) {
231 void SILowerControlFlowPass
[all...]

Completed in 47 milliseconds