Searched refs:NestedLoopCount (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9199 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument 9663 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local 9673 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop() 9690 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop() 9707 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() 9712 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop() 9717 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop() 9722 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop() 9755 Built.clear(/*size=*/NestedLoopCount); in checkOpenMPLoop() 9758 return NestedLoopCount; in checkOpenMPLoop() [all …]
|