Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp832 unsigned BestPhys = 0; in tryEvict() local
876 BestPhys = PhysReg; in tryEvict()
883 if (!BestPhys) in tryEvict()
886 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict()
887 return BestPhys; in tryEvict()