Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp603 llvm::BasicBlock *EHEntry = Scope.getCachedEHDispatchBlock(); in PopCleanupBlock() local
604 assert(Scope.hasEHBranches() == (EHEntry != nullptr)); in PopCleanupBlock()
605 bool RequiresEHCleanup = (EHEntry != nullptr); in PopCleanupBlock()
897 EmitBlock(EHEntry); in PopCleanupBlock()
936 SimplifyCleanupEntry(*this, EHEntry); in PopCleanupBlock()