Searched refs:TryImperfectlyNestedLoops (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 899 bool TryImperfectlyNestedLoops); 901 bool TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() argument 903 TryImperfectlyNestedLoops); in tryToFindNextInnerLoop() 909 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, 915 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument 927 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops() 934 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument 938 return doForAllLoops(CurStmt, TryImperfectlyNestedLoops, NumLoops, Callback, in doForAllLoops() 942 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument 948 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 79 bool TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() argument 83 if (TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() 126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument 174 CurStmt, TryImperfectlyNestedLoops); in doForAllLoops() 180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 183 CurStmt, TryImperfectlyNestedLoops, NumLoops, in doForAllLoopsBodies()
|