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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp31 struct ExpandPostRA : public MachineFunctionPass { struct in namespace:__anon2457
38 ExpandPostRA() : MachineFunctionPass(ID) {} function in struct:__anon2457::ExpandPostRA
58 char ExpandPostRA::ID = 0;
59 char &llvm::ExpandPostRAPseudosID = ExpandPostRA::ID;
61 INITIALIZE_PASS(ExpandPostRA, "postrapseudos",
68 ExpandPostRA::TransferImplicitDefs(MachineInstr *MI) {
80 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) {
137 bool ExpandPostRA::LowerCopy(MachineInstr *MI) {
182 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) {

Completed in 37 milliseconds