Lines Matching refs:NumCands
1087 unsigned NumCands = 0; in tryRegionSplit() local
1096 NumCands = 1; in tryRegionSplit()
1109 if (NumCands == IntfCache.getMaxCursors()) { in tryRegionSplit()
1112 for (unsigned i = 0; i != NumCands; ++i) { in tryRegionSplit()
1119 --NumCands; in tryRegionSplit()
1120 GlobalCand[Worst] = GlobalCand[NumCands]; in tryRegionSplit()
1123 if (GlobalCand.size() <= NumCands) in tryRegionSplit()
1124 GlobalCand.resize(NumCands+1); in tryRegionSplit()
1125 GlobalSplitCandidate &Cand = GlobalCand[NumCands]; in tryRegionSplit()
1164 BestCand = NumCands; in tryRegionSplit()
1167 ++NumCands; in tryRegionSplit()