Lines Matching refs:VRegSpiller
130 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller);
135 Spiller &VRegSpiller);
142 Spiller &VRegSpiller);
555 Spiller &VRegSpiller) { in initializeGraph() argument
607 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in initializeGraph()
631 VirtRegMap &VRM, Spiller &VRegSpiller) { in spillVReg() argument
635 VRegSpiller.spill(LRE); in spillVReg()
658 Spiller &VRegSpiller) { in mapPBQPToRegAlloc() argument
686 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in mapPBQPToRegAlloc()
733 std::unique_ptr<Spiller> VRegSpiller(createInlineSpiller(*this, MF, VRM)); in runOnMachineFunction() local
776 initializeGraph(G, VRM, *VRegSpiller); in runOnMachineFunction()
794 PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller); in runOnMachineFunction()