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

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

Completed in 139 milliseconds