Lines Matching defs:NumCands
1065 unsigned NumCands = 0;
1073 NumCands = 1;
1084 NumCands, false /*IgnoreCSR*/);
1097 unsigned &NumCands,
1101 if (NumCands == IntfCache.getMaxCursors()) {
1104 for (unsigned CandIndex = 0; CandIndex != NumCands; ++CandIndex) {
1113 --NumCands;
1114 GlobalCand[Worst] = GlobalCand[NumCands];
1115 if (BestCand == NumCands)
1119 if (GlobalCand.size() <= NumCands)
1120 GlobalCand.resize(NumCands+1);
1121 GlobalSplitCandidate &Cand = GlobalCand[NumCands];
1163 BestCand = NumCands;
1166 ++NumCands;
1174 unsigned &NumCands,
1182 calculateRegionSplitCostAroundReg(PhysReg, Order, BestCost, NumCands,
1275 unsigned NumCands = 0;
1278 calculateRegionSplitCostAroundReg(Hint, Order, Cost, NumCands, BestCand);
2193 unsigned NumCands = 0;
2196 NumCands, true /*IgnoreCSR*/);