Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h901 tryToFindNextInnerLoop(const Stmt * CurStmt,bool TryImperfectlyNestedLoops) tryToFindNextInnerLoop() argument
915 doForAllLoops(const Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<bool (unsigned,const Stmt *)> Callback,llvm::function_ref<void (const OMPLoopTransformationDirective *)> OnTransformationCallback) doForAllLoops() argument
934 doForAllLoops(Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<bool (unsigned,Stmt *)> Callback) doForAllLoops() argument
942 doForAllLoops(const Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<bool (unsigned,const Stmt *)> Callback) doForAllLoops() argument
958 doForAllLoopsBodies(const Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<void (unsigned,const Stmt *,const Stmt *)> Callback) doForAllLoopsBodies() argument
[all...]
/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp79 bool TryImperfectlyNestedLoops) { in tryToFindNextInnerLoop() argument
126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument
180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument