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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp635 unsigned BestPhys = 0; local
662 BestPhys = PhysReg;
669 if (!BestPhys)
672 evictInterference(VirtReg, BestPhys, NewVRegs);
673 return BestPhys;

Completed in 74 milliseconds