Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7198 Record.push_back(C->getLoopNumIterations().size()); in VisitOMPOrderedClause()
7200 for (Expr *NumIter : C->getLoopNumIterations()) in VisitOMPOrderedClause()
7202 for (unsigned I = 0, E = C->getLoopNumIterations().size(); I <E; ++I) in VisitOMPOrderedClause()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp375 ArrayRef<Expr *> OMPOrderedClause::getLoopNumIterations() const { in getLoopNumIterations() function in OMPOrderedClause
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2308 for (unsigned I = S.getLoopsNumber(), E = C->getLoopNumIterations().size(); in EmitOMPPrivateLoopCounters()
3353 RT.emitDoacrossInit(*this, S, OrderedClause->getLoopNumIterations()); in EmitOMPWorksharingLoop()
8185 E = C->getLoopNumIterations().size(); in EmitSimpleOMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1893 ArrayRef<Expr *> getLoopNumIterations() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9300 DSA.getOrderedRegionParam().second->getLoopNumIterations().size()) { in checkOpenMPIterationSpace()