Searched refs:SIFormMemoryClausesLegacy (Results 1 – 1 of 1) sorted by relevance
60 class SIFormMemoryClausesLegacy : public MachineFunctionPass { class64 SIFormMemoryClausesLegacy() : MachineFunctionPass(ID) { in SIFormMemoryClausesLegacy() function in __anon72ebc0cc0111::SIFormMemoryClausesLegacy87 INITIALIZE_PASS_BEGIN(SIFormMemoryClausesLegacy, DEBUG_TYPE,90 INITIALIZE_PASS_END(SIFormMemoryClausesLegacy, DEBUG_TYPE,93 char SIFormMemoryClausesLegacy::ID = 0;95 char &llvm::SIFormMemoryClausesID = SIFormMemoryClausesLegacy::ID;98 return new SIFormMemoryClausesLegacy(); in createSIFormMemoryClausesLegacyPass()423 bool SIFormMemoryClausesLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()