Home
last modified time | relevance | path

Searched refs:setLoopNumIterations (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp332 Clause->setLoopNumIterations(I, nullptr); in Create()
343 Clause->setLoopNumIterations(I, nullptr); in CreateEmpty()
349 void OMPOrderedClause::setLoopNumIterations(unsigned NumLoop, in setLoopNumIterations() function in OMPOrderedClause
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h1643 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12076 C->setLoopNumIterations(I, Record.readSubExpr()); in VisitOMPOrderedClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8686 DSA.getOrderedRegionParam().second->setLoopNumIterations( in checkOpenMPIterationSpace()