Searched refs:getNumLoops (Results 1 – 6 of 6) sorted by relevance
98 size_t getNumLoops() const { return Loops.size(); } in getNumLoops() function
6385 Record.push_back(C->getNumLoops()); in VisitOMPDependClause()6393 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
12490 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) in VisitOMPDependClause()
4618 unsigned getNumLoops() const { return NumLoops; } in getNumLoops() function
11901 llvm::APInt Size(/*numBits=*/32, C->getNumLoops()); in emitDoacrossOrdered()11905 for (unsigned I = 0, E = C->getNumLoops(); I < E; ++I) { in emitDoacrossOrdered()
8695 if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) { in checkOpenMPIterationSpace()