Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4062 SmallVector<CodeGenFunction::JumpDest, 4> ExitDests; member in __anonad2d34461b11::OMPIteratorGeneratorScope
4098 ExitDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.exit")); in OMPIteratorGeneratorScope()
4128 CGF.EmitBlock(ExitDests[I - 1].getBlock(), /*IsFinished=*/I == 1); in ~OMPIteratorGeneratorScope()