Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1104 for (unsigned CandIndex = 0; CandIndex != NumCands; ++CandIndex) { in calculateRegionSplitCostAroundReg() local
1105 if (CandIndex == BestCand || !GlobalCand[CandIndex].PhysReg) in calculateRegionSplitCostAroundReg()
1107 unsigned Count = GlobalCand[CandIndex].LiveBundles.count(); in calculateRegionSplitCostAroundReg()
1109 Worst = CandIndex; in calculateRegionSplitCostAroundReg()