Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3479 SmallVector<CodeGenFunction::JumpDest, 4> ExitDests; member in __anon90c6c1b11111::OMPIteratorGeneratorScope
3512 ExitDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.exit")); in OMPIteratorGeneratorScope()
3542 CGF.EmitBlock(ExitDests[I - 1].getBlock(), /*IsFinished=*/I == 1); in ~OMPIteratorGeneratorScope()