Searched refs:NewVRegs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 365 SmallVectorImpl<unsigned> &NewVRegs); 370 SmallVectorImpl<unsigned> &NewVRegs); 595 SmallVectorImpl<unsigned> &NewVRegs) { in tryAssign() argument 614 evictInterference(VirtReg, Hint, NewVRegs); in tryAssign() 628 unsigned CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost); in tryAssign() 783 SmallVectorImpl<unsigned> &NewVRegs) { in evictInterference() argument 815 NewVRegs.push_back(Intf->reg); in evictInterference() 825 SmallVectorImpl<unsigned> &NewVRegs, in tryEvict() argument 886 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict() 1314 SmallVectorImpl<unsigned> &NewVRegs) { in tryRegionSplit() argument [all …]
|
D | RegAllocPBQP.cpp | 605 SmallVector<unsigned, 8> NewVRegs; in initializeGraph() local 606 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in initializeGraph() 607 Worklist.insert(Worklist.end(), NewVRegs.begin(), NewVRegs.end()); in initializeGraph() 684 SmallVector<unsigned, 8> NewVRegs; in mapPBQPToRegAlloc() local 685 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in mapPBQPToRegAlloc() 686 AnotherRoundNeeded |= !NewVRegs.empty(); in mapPBQPToRegAlloc()
|