Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MF

65   MachineFunction *MF;
107 bool runOnMachineFunction(MachineFunction &mf) override;
203 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
262 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM);
270 bool RABasic::runOnMachineFunction(MachineFunction &mf) {
273 << mf.getName() << '\n');
275 MF = &mf;
280 calculateSpillWeightsAndHints(*LIS, *MF,
284 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM));