Searched refs:InEH (Results 1 – 1 of 1) sorted by relevance
139 std::unique_ptr<llvm::DenseSet<const VarDecl *>> InEH; member in __anonfa4b2eb10211::DeadStoreObs159 if (!InEH) { in isLive()160 InEH.reset(new llvm::DenseSet<const VarDecl *>()); in isLive()161 EHCodeVisitor V(*InEH); in isLive()168 return InEH->count(D); in isLive()