Lines Matching refs:CallGraphNode
146 for (CallGraphNode *CGN : CurSCC) { in RunPassOnSCC()
180 DenseMap<Value*, CallGraphNode*> CallSites; in RefreshCallGraph()
184 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
195 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
207 for (CallGraphNode::iterator I = CGN->begin(), E = CGN->end(); I != E; ) { in RefreshCallGraph()
274 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph()
277 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
300 CallGraphNode *CalleeNode; in RefreshCallGraph()
324 CallGraphNode *CalleeNode; in RefreshCallGraph()
364 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
452 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule()
527 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
615 for (CallGraphNode *CGN : SCC) { in runOnSCC()