Searched refs:doForAllLoops (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 893 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()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() function in OMPLoopBasedDirective 182 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9709 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop() 14197 bool Result = OMPLoopBasedDirective::doForAllLoops( in checkTransformableLoopNest() 14288 OMPLoopBasedDirective::doForAllLoops( in collectLoopStmts()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 177 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt()
|