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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp490 unsigned doRegionSplit(LiveInterval &VirtReg, unsigned BestCand,
1834 unsigned BestCand = local
1842 if (HasCompact && (BestCost > SpillCost) && (BestCand != NoCand) &&
1848 if (!HasCompact && BestCand == NoCand)
1851 return doRegionSplit(VirtReg, BestCand, HasCompact, NewVRegs);
1859 unsigned BestCand = NoCand; local
1871 if (i == BestCand || !GlobalCand[i].PhysReg)
1881 if (BestCand == NumCands)
1882 BestCand = Worst;
1900 if (BestCand
1954 doRegionSplit(LiveInterval &VirtReg, unsigned BestCand, bool HasCompact, SmallVectorImpl<Register> &NewVRegs) argument
[all...]

Completed in 170 milliseconds