Searched refs:NextLoop (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1806 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() argument 1818 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody() 1821 if (SimplifiedS == NextLoop) { in emitBody() 1838 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody() 1840 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()
|