Searched refs:NextLoop (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1758 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() argument 1770 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody() 1773 if (SimplifiedS == NextLoop) { in emitBody() 1784 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody() 1786 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()
|