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() function
58 char ExpandPostRA::ID = 0;
59 char &llvm::ExpandPostRAPseudosID = ExpandPostRA::ID;
61 INITIALIZE_PASS(ExpandPostRA, "postrapseudos",
68 ExpandPostRA::TransferDeadFlag(MachineInstr *MI, unsigned DstReg, in TransferDeadFlag()
83 ExpandPostRA::TransferImplicitDefs(MachineInstr *MI) { in TransferImplicitDefs()
95 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) { in LowerSubregToReg()
150 bool ExpandPostRA::LowerCopy(MachineInstr *MI) { in LowerCopy()
189 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()