Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp620 llvm::BasicBlock *EHEntry = Scope.getCachedEHDispatchBlock(); in PopCleanupBlock() local
621 assert(Scope.hasEHBranches() == (EHEntry != nullptr)); in PopCleanupBlock()
622 bool RequiresEHCleanup = (EHEntry != nullptr); in PopCleanupBlock()
926 EmitBlock(EHEntry); in PopCleanupBlock()
965 SimplifyCleanupEntry(*this, EHEntry); in PopCleanupBlock()