Home
last modified time | relevance | path

Searched refs:NumIterations (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDStraightLineStrengthReduce.cpp347 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local
351 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis()
352 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp754 Expr *NumIterations, Sema &SemaRef,
2820 Expr *NumIterations; member
2968 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() local
3245 NumIterations = SemaRef.BuildBinOp( in CheckOpenMPLoop()
3248 if (!NumIterations.isUsable()) in CheckOpenMPLoop()
3318 NumIterations.get()); in CheckOpenMPLoop()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h438 Expr *NumIterations; member
476 NumIterations != nullptr && PreCond != nullptr && in builtAll()
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp5500 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local
5504 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()