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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp714 MCPhysReg BestReg = 0; local
731 BestReg = PhysReg;
736 if (!BestReg) {
748 definePhysReg(MI, BestReg, regFree);
749 assignVirtToPhysReg(LR, BestReg);

Completed in 44 milliseconds