Searched refs:progPoint (Results 1 – 1 of 1) sorted by relevance
102 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local103 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()104 return !progPoint.getTag(); in shouldCollect()107 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()111 if (progPoint.getTag()) in shouldCollect()118 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()123 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()