Searched refs:NextLoop (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1842 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() argument 1854 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody() 1857 if (SimplifiedS == NextLoop) { in emitBody() 1872 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody() 1874 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()
|