Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp865 unsigned BestPhys = 0; in tryEvict() local
908 BestPhys = PhysReg; in tryEvict()
915 if (!BestPhys) in tryEvict()
918 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict()
919 return BestPhys; in tryEvict()