Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp752 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDependClause
762 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDependClause
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h3410 Expr *getLoopData(unsigned NumLoop);
3411 const Expr *getLoopData(unsigned NumLoop) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6770 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9506 const Expr *CounterVal = C->getLoopData(I); in emitDoacrossOrdered()