Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp146 class SILowerControlFlowLegacy : public MachineFunctionPass { class
150 SILowerControlFlowLegacy() : MachineFunctionPass(ID) {} in SILowerControlFlowLegacy() function in __anon0c226a110111::SILowerControlFlowLegacy
171 char SILowerControlFlowLegacy::ID = 0;
173 INITIALIZE_PASS(SILowerControlFlowLegacy, DEBUG_TYPE, "SI lower control flow",
183 char &llvm::SILowerControlFlowLegacyID = SILowerControlFlowLegacy::ID;
869 bool SILowerControlFlowLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()