Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h883 bool TryImperfectlyNestedLoops);
885 bool TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() argument
887 TryImperfectlyNestedLoops); in tryToFindNextInnerLoop()
892 static bool doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
898 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
910 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
917 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
925 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() argument
938 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops,
941 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument
[all …]
/freebsd-13.1/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
168 CurStmt, TryImperfectlyNestedLoops); in doForAllLoops()
174 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument
177 CurStmt, TryImperfectlyNestedLoops, NumLoops, in doForAllLoopsBodies()