Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp79 class SILowerControlFlow : public MachineFunctionPass { class
100 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anona9a0de360111::SILowerControlFlow
122 char SILowerControlFlow::ID = 0;
124 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
134 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;
169 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()
256 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()
330 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()
371 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()
392 void SILowerControlFlow::emitEndCf(MachineInstr &MI) { in emitEndCf()
[all …]