Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MachineFunction

83     MachineFunction* MF;
248 bool runOnMachineFunction(MachineFunction&) override;
2877 for (MachineFunction::iterator I = MF->begin(), E = MF->end();I != E;++I){
2909 bool RegisterCoalescer::runOnMachineFunction(MachineFunction &fn) {