Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp67 class SILowerControlFlow : public MachineFunctionPass { class
134 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anon6ef7dbc50111::SILowerControlFlow
153 char SILowerControlFlow::ID = 0;
155 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
165 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;
198 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()
293 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()
355 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()
399 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()
422 SILowerControlFlow::skipIgnoreExecInstsTrivialSucc( in skipIgnoreExecInstsTrivialSucc()
[all …]