Lines Matching defs:NumCands
1068 unsigned NumCands = 0;
1076 NumCands = 1;
1087 NumCands, false /*IgnoreCSR*/);
1100 unsigned &NumCands,
1104 if (NumCands == IntfCache.getMaxCursors()) {
1107 for (unsigned CandIndex = 0; CandIndex != NumCands; ++CandIndex) {
1116 --NumCands;
1117 GlobalCand[Worst] = GlobalCand[NumCands];
1118 if (BestCand == NumCands)
1122 if (GlobalCand.size() <= NumCands)
1123 GlobalCand.resize(NumCands+1);
1124 GlobalSplitCandidate &Cand = GlobalCand[NumCands];
1166 BestCand = NumCands;
1169 ++NumCands;
1177 unsigned &NumCands,
1185 calculateRegionSplitCostAroundReg(PhysReg, Order, BestCost, NumCands,
1278 unsigned NumCands = 0;
1281 calculateRegionSplitCostAroundReg(Hint, Order, Cost, NumCands, BestCand);
2207 unsigned NumCands = 0;
2210 NumCands, true /*IgnoreCSR*/);