Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1834 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() argument
1846 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody()
1849 if (SimplifiedS == NextLoop) { in emitBody()
1864 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()
1866 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()