Searched refs:NextLoop (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1914 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() argument 1926 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody() 1929 if (SimplifiedS == NextLoop) { in emitBody() 1944 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody() 1946 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()
|