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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1110 unsigned BestPhys = 0; local
1156 BestPhys = PhysReg;
1163 if (!BestPhys)
1166 evictInterference(VirtReg, BestPhys, NewVRegs);
1167 return BestPhys;

Completed in 112 milliseconds