Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4061 SmallVector<CodeGenFunction::JumpDest, 4> ContDests; member in __anonad2d34461b11::OMPIteratorGeneratorScope
4096 ContDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.cont")); in OMPIteratorGeneratorScope()
4126 CGF.EmitBranchThroughCleanup(ContDests[I - 1]); in ~OMPIteratorGeneratorScope()