Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3995 SmallVector<CodeGenFunction::JumpDest, 4> ContDests; member in __anond842882b1411::OMPIteratorGeneratorScope
4027 ContDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.cont")); in OMPIteratorGeneratorScope()
4057 CGF.EmitBranchThroughCleanup(ContDests[I - 1]); in ~OMPIteratorGeneratorScope()