Searched refs:progPoint (Results 1 – 1 of 1) sorted by relevance
101 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local102 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()103 return !progPoint.getTag(); in shouldCollect()106 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()110 if (progPoint.getTag()) in shouldCollect()117 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()122 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()136 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()