Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h893 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
899 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
911 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
918 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
922 return doForAllLoops(CurStmt, TryImperfectlyNestedLoops, NumLoops, Callback, in doForAllLoops()
926 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
932 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() function in OMPLoopBasedDirective
182 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp168 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9490 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop()
14487 bool Result = OMPLoopBasedDirective::doForAllLoops( in checkTransformableLoopNest()