Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp29 struct ExpandPostRA : public MachineFunctionPass { struct
36 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() argument
56 char ExpandPostRA::ID = 0;
57 char &llvm::ExpandPostRAPseudosID = ExpandPostRA::ID;
59 INITIALIZE_PASS(ExpandPostRA, "postrapseudos",
66 ExpandPostRA::TransferImplicitDefs(MachineInstr *MI) { in TransferImplicitDefs()
78 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) { in LowerSubregToReg()
135 bool ExpandPostRA::LowerCopy(MachineInstr *MI) { in LowerCopy()
180 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()