Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDRegAllocGreedy.cpp689 unsigned BestPhys = 0; in tryEvict() local
733 BestPhys = PhysReg; in tryEvict()
740 if (!BestPhys) in tryEvict()
743 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict()
744 return BestPhys; in tryEvict()