Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3996 SmallVector<CodeGenFunction::JumpDest, 4> ExitDests; member in __anond842882b1411::OMPIteratorGeneratorScope
4029 ExitDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.exit")); in OMPIteratorGeneratorScope()
4059 CGF.EmitBlock(ExitDests[I - 1].getBlock(), /*IsFinished=*/I == 1); in ~OMPIteratorGeneratorScope()