Searched refs:ContDests (Results 1 – 1 of 1) sorted by relevance
4066 SmallVector<CodeGenFunction::JumpDest, 4> ContDests; member in __anoneb75deaf1b11::OMPIteratorGeneratorScope4101 ContDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.cont")); in OMPIteratorGeneratorScope()4131 CGF.EmitBranchThroughCleanup(ContDests[I - 1]); in ~OMPIteratorGeneratorScope()