Home
last modified time | relevance | path

Searched refs:TryImperfectlyNestedLoops (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h884 bool TryImperfectlyNestedLoops);
886 bool TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() argument
888 TryImperfectlyNestedLoops); in tryToFindNextInnerLoop()
894 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
900 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
912 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
919 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
923 return doForAllLoops(CurStmt, TryImperfectlyNestedLoops, NumLoops, Callback, in doForAllLoops()
927 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
933 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp79 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()