Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1870 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() argument
1882 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody()
1885 if (SimplifiedS == NextLoop) { in emitBody()
1900 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()
1902 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()