Home
last modified time | relevance | path

Searched refs:getNumLoops (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DLoopNestAnalysis.h97 size_t getNumLoops() const { return Loops.size(); } in getNumLoops() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6392 Record.push_back(C->getNumLoops()); in VisitOMPDependClause()
6400 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
DASTReader.cpp12532 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4726 unsigned getNumLoops() const { return NumLoops; } in getNumLoops() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp12061 llvm::APInt Size(/*numBits=*/32, C->getNumLoops()); in emitDoacrossOrdered()
12065 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) { in emitDoacrossOrdered()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8701 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()