Lines Matching refs:VRegSpiller
129 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller);
134 Spiller &VRegSpiller);
141 Spiller &VRegSpiller);
554 Spiller &VRegSpiller) { in initializeGraph() argument
606 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in initializeGraph()
630 VirtRegMap &VRM, Spiller &VRegSpiller) { in spillVReg() argument
634 VRegSpiller.spill(LRE); in spillVReg()
657 Spiller &VRegSpiller) { in mapPBQPToRegAlloc() argument
685 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in mapPBQPToRegAlloc()
732 std::unique_ptr<Spiller> VRegSpiller(createInlineSpiller(*this, MF, VRM)); in runOnMachineFunction() local
775 initializeGraph(G, VRM, *VRegSpiller); in runOnMachineFunction()
793 PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller); in runOnMachineFunction()