Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp42 struct ExpandPostRALegacy : public MachineFunctionPass { struct
44 ExpandPostRALegacy() : MachineFunctionPass(ID) { in ExpandPostRALegacy() function
72 char ExpandPostRALegacy::ID = 0;
73 char &llvm::ExpandPostRAPseudosID = ExpandPostRALegacy::ID;
75 INITIALIZE_PASS(ExpandPostRALegacy, DEBUG_TYPE,
137 bool ExpandPostRALegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()