Searched refs:ExpandPostRALegacy (Results 1 – 1 of 1) sorted by relevance
42 struct ExpandPostRALegacy : public MachineFunctionPass { struct44 ExpandPostRALegacy() : MachineFunctionPass(ID) { in ExpandPostRALegacy() argument72 char ExpandPostRALegacy::ID = 0;73 char &llvm::ExpandPostRAPseudosID = ExpandPostRALegacy::ID;75 INITIALIZE_PASS(ExpandPostRALegacy, DEBUG_TYPE,137 bool ExpandPostRALegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()