Searched refs:TryImperfectlyNestedLoops (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 878 bool TryImperfectlyNestedLoops); 880 bool TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() argument 882 TryImperfectlyNestedLoops); in tryToFindNextInnerLoop() 888 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, 892 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument 898 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops() 905 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, 908 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 913 doForAllLoopsBodies(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoopsBodies()
|
/netbsd-src/external/apache2/llvm/dist/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 149 CurStmt, TryImperfectlyNestedLoops); in doForAllLoops() 155 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 158 CurStmt, TryImperfectlyNestedLoops, NumLoops, in doForAllLoopsBodies()
|