Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h883 bool TryImperfectlyNestedLoops);
885 bool TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() argument
887 TryImperfectlyNestedLoops); in tryToFindNextInnerLoop()
893 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
899 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
911 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
918 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
922 return doForAllLoops(CurStmt, TryImperfectlyNestedLoops, NumLoops, Callback, in doForAllLoops()
926 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
932 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
[all …]
/freebsd/contrib/llvm-project/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()