Home
last modified time | relevance | path

Searched refs:SILowerControlFlow (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp71 class SILowerControlFlow : public MachineFunctionPass { class
141 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anon0c226a110111::SILowerControlFlow
162 char SILowerControlFlow::ID = 0;
164 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
174 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;
176 bool SILowerControlFlow::hasKill(const MachineBasicBlock *Begin, in hasKill()
207 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()
305 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()
368 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()
422 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()
[all …]