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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp807 unsigned BestPhys = 0; local
851 BestPhys = PhysReg;
858 if (!BestPhys)
861 evictInterference(VirtReg, BestPhys, NewVRegs);
862 return BestPhys;

Completed in 770 milliseconds