Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp29 struct ExpandPostRA : public MachineFunctionPass { struct
36 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() argument
53 char ExpandPostRA::ID = 0;
54 char &llvm::ExpandPostRAPseudosID = ExpandPostRA::ID;
56 INITIALIZE_PASS(ExpandPostRA, DEBUG_TYPE,
59 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) { in LowerSubregToReg()
121 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()