Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp236 BasicBlock *CleanupBlock = CGF.createBasicBlock(Prefix + Twine(".cleanup")); in emitSuspendExpression() local
329 Switch->addCase(Builder.getInt8(1), CleanupBlock); in emitSuspendExpression()
332 CGF.EmitBlock(CleanupBlock); in emitSuspendExpression()