Home
last modified time | relevance | path

Searched refs:getLoopNumIterations (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp227 ArrayRef<Expr *> OMPOrderedClause::getLoopNumIterations() const { in getLoopNumIterations() function in OMPOrderedClause
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1517 E = C->getLoopNumIterations().size(); in EmitOMPPrivateLoopCounters()
2267 RT.emitDoacrossInit(*this, S, OrderedClause->getLoopNumIterations()); in EmitOMPWorksharingLoop()
5059 E = C->getLoopNumIterations().size(); in EmitSimpleOMPExecutableDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6553 Record.push_back(C->getLoopNumIterations().size()); in VisitOMPOrderedClause()
6555 for (Expr *NumIter : C->getLoopNumIterations()) in VisitOMPOrderedClause()
6557 for (unsigned I = 0, E = C->getLoopNumIterations().size(); I <E; ++I) in VisitOMPOrderedClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h1192 ArrayRef<Expr *> getLoopNumIterations() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4905 DSA.getOrderedRegionParam().second->getLoopNumIterations().size()) { in checkOpenMPIterationSpace()