Searched refs:InEH (Results 1 – 1 of 1) sorted by relevance
133 std::unique_ptr<llvm::DenseSet<const VarDecl *>> InEH; member in __anon2d72c4130211::DeadStoreObs152 if (!InEH.get()) { in isLive()153 InEH.reset(new llvm::DenseSet<const VarDecl *>()); in isLive()154 EHCodeVisitor V(*InEH.get()); in isLive()161 return InEH->count(D); in isLive()