Home
last modified time | relevance | path

Searched refs:VRegSpiller (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp162 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller);
167 Spiller &VRegSpiller);
174 Spiller &VRegSpiller);
181 void postOptimization(Spiller &VRegSpiller, LiveIntervals &LIS);
588 Spiller &VRegSpiller) { in initializeGraph() argument
651 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in initializeGraph()
690 VirtRegMap &VRM, Spiller &VRegSpiller) { in spillVReg() argument
694 VRegSpiller.spill(LRE); in spillVReg()
716 Spiller &VRegSpiller) { in mapPBQPToRegAlloc() argument
744 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in mapPBQPToRegAlloc()
[all …]