Lines Matching refs:CallGraphNode
173 for (CallGraphNode *CGN : CurSCC) { in RunPassOnSCC()
205 DenseMap<Value *, CallGraphNode *> Calls; in RefreshCallGraph()
209 for (CallGraphNode *CGN in RefreshCallGraph()
219 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
230 CallGraphNode::iterator CGNEnd = CGN->end(); in RefreshCallGraph()
232 auto RemoveAndCheckForDone = [&](CallGraphNode::iterator I) { in RefreshCallGraph()
249 for (CallGraphNode::iterator I = CGN->begin(); I != CGNEnd;) { in RefreshCallGraph()
327 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph()
330 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
353 CallGraphNode *CalleeNode; in RefreshCallGraph()
377 CallGraphNode *CalleeNode; in RefreshCallGraph()
418 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
518 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule()
591 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
609 void CallGraphSCC::DeleteNode(CallGraphNode *Old) { in DeleteNode()
701 for (CallGraphNode *CGN : SCC) { in runOnSCC()
738 for (CallGraphNode *CGN : SCC) { in getDescription()