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