Searched defs:BestPhys (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp633 unsigned BestPhys = 0; local
677 BestPhys = PhysReg;
684 if (!BestPhys)
687 evictInterference(VirtReg, BestPhys, NewVRegs);
688 return BestPhys;

Completed in 323 milliseconds