Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
926 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
939 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops,
942 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument
[all …]
/llvm-project-15.0.7/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()