Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp996 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDependClause
1006 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDependClause
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4531 Expr *getLoopData(unsigned NumLoop);
4532 const Expr *getLoopData(unsigned NumLoop) const;
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6570 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp11735 const Expr *CounterVal = C->getLoopData(I); in emitDoacrossOrdered()