Searched refs:CandIndex (Results 1 – 1 of 1) sorted by relevance
1104 for (unsigned CandIndex = 0; CandIndex != NumCands; ++CandIndex) { in calculateRegionSplitCostAroundReg() local1105 if (CandIndex == BestCand || !GlobalCand[CandIndex].PhysReg) in calculateRegionSplitCostAroundReg()1107 unsigned Count = GlobalCand[CandIndex].LiveBundles.count(); in calculateRegionSplitCostAroundReg()1109 Worst = CandIndex; in calculateRegionSplitCostAroundReg()