Searched refs:minNumLoops (Results 1 – 2 of 2) sorted by relevance
285 unsigned minNumLoops = in getNumCommonLoops() local288 for (unsigned i = 0; i < minNumLoops; ++i) { in getNumCommonLoops()
1276 unsigned minNumLoops = std::min(loopsA.size(), loopsB.size()); in getNumCommonSurroundingLoops() local1278 for (unsigned i = 0; i < minNumLoops; ++i) { in getNumCommonSurroundingLoops()