Searched refs:NestedLoopCount (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 8550 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument 8905 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local 8914 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop() 8928 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop() 8945 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() 8950 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop() 8954 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop() 8958 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop() 8970 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop() 8973 return NestedLoopCount; in checkOpenMPLoop() [all …]
|