Searched refs:progPoint (Results 1 – 1 of 1) sorted by relevance
99 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local100 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()101 return !progPoint.getTag(); in shouldCollect()104 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()108 if (progPoint.getTag()) in shouldCollect()115 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()120 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()134 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()