Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp282 MCRegister BestPhys; in tryFindEvictionCandidate() local
305 BestPhys = PhysReg; in tryFindEvictionCandidate()
311 return BestPhys; in tryFindEvictionCandidate()
H A DRegAllocGreedy.cpp585 MCRegister BestPhys = EvictAdvisor->tryFindEvictionCandidate( in tryEvict() local
587 if (BestPhys.isValid()) in tryEvict()
588 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict()
589 return BestPhys; in tryEvict()