Searched refs:getNumLoops (Results 1 – 6 of 6) sorted by relevance
97 size_t getNumLoops() const { return Loops.size(); } in getNumLoops() function
6392 Record.push_back(C->getNumLoops()); in VisitOMPDependClause()6400 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
12532 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
4726 unsigned getNumLoops() const { return NumLoops; } in getNumLoops() function
12061 llvm::APInt Size(/*numBits=*/32, C->getNumLoops()); in emitDoacrossOrdered()12065 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) { in emitDoacrossOrdered()
8701 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()