Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp188 BasicBlock *CleanupBlock = CGF.createBasicBlock(Prefix + Twine(".cleanup")); in emitSuspendExpression() local
220 Switch->addCase(Builder.getInt8(1), CleanupBlock); in emitSuspendExpression()
223 CGF.EmitBlock(CleanupBlock); in emitSuspendExpression()