Searched refs:ExitDests (Results 1 – 1 of 1) sorted by relevance
3469 SmallVector<CodeGenFunction::JumpDest, 4> ExitDests; member in __anon93cce0fb1111::OMPIteratorGeneratorScope3502 ExitDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.exit")); in OMPIteratorGeneratorScope()3532 CGF.EmitBlock(ExitDests[I - 1].getBlock(), /*IsFinished=*/I == 1); in ~OMPIteratorGeneratorScope()