Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4017 SmallVector<CodeGenFunction::JumpDest, 4> ExitDests; member in __anonbe229beb1b11::OMPIteratorGeneratorScope
4053 ExitDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.exit")); in OMPIteratorGeneratorScope()
4083 CGF.EmitBlock(ExitDests[I - 1].getBlock(), /*IsFinished=*/I == 1); in ~OMPIteratorGeneratorScope()