Searched refs:NumIterations (Results 1 – 4 of 4) sorted by relevance
347 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local351 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis()352 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
754 Expr *NumIterations, Sema &SemaRef,2820 Expr *NumIterations; member2968 ResultIterSpace.NumIterations = ISC.BuildNumIterations( in CheckOpenMPIterationSpace()2979 ResultIterSpace.NumIterations == nullptr || in CheckOpenMPIterationSpace()3159 auto N0 = IterSpaces[0].NumIterations; in CheckOpenMPLoop()3185 auto N = IterSpaces[Cnt].NumIterations; in CheckOpenMPLoop()3218 ExprResult NumIterations = LastIteration; in CheckOpenMPLoop() local3245 NumIterations = SemaRef.BuildBinOp( in CheckOpenMPLoop()3248 if (!NumIterations.isUsable()) in CheckOpenMPLoop()3318 NumIterations.get()); in CheckOpenMPLoop()[all …]
438 Expr *NumIterations; member476 NumIterations != nullptr && PreCond != nullptr && in builtAll()
5500 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local5504 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()