Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp71 class SILowerControlFlow : public MachineFunctionPass { class
143 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anona574a0c70111::SILowerControlFlow
164 char SILowerControlFlow::ID = 0;
166 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
176 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;
209 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()
307 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()
370 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()
424 void SILowerControlFlow::emitLoop(MachineInstr &MI) { in emitLoop()
450 SILowerControlFlow::skipIgnoreExecInstsTrivialSucc( in skipIgnoreExecInstsTrivialSucc()
[all …]