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

/external/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp30 struct ExpandPostRA : public MachineFunctionPass { struct in namespace:__anon25746
37 ExpandPostRA() : MachineFunctionPass(ID) {} function in struct:__anon25746::ExpandPostRA
57 char ExpandPostRA::ID = 0;
58 char &llvm::ExpandPostRAPseudosID = ExpandPostRA::ID;
60 INITIALIZE_PASS(ExpandPostRA, "postrapseudos",
67 ExpandPostRA::TransferImplicitDefs(MachineInstr *MI) {
79 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) {
136 bool ExpandPostRA::LowerCopy(MachineInstr *MI) {
181 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) {

Completed in 326 milliseconds