Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h98 size_t getNumLoops() const { return Loops.size(); } in getNumLoops() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6385 Record.push_back(C->getNumLoops()); in VisitOMPDependClause()
6393 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
H A DASTReader.cpp12490 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4618 unsigned getNumLoops() const { return NumLoops; } in getNumLoops() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11901 llvm::APInt Size(/*numBits=*/32, C->getNumLoops()); in emitDoacrossOrdered()
11905 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) { in emitDoacrossOrdered()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8695 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()