Template Class IntraProcDataFlowAnalysis# Defined in File IntraProcDataFlowAnalysis.h Class Documentation# template<class Node, class Data>class IntraProcDataFlowAnalysis# Public Functions IntraProcDataFlowAnalysis(SgNode *head)# virtual void run()# virtual std::vector<Node*> getAllNodes() = 0# virtual std::vector<Node*> getPredecessors(Node *n) = 0# Protected Attributes SgNode *head#