Lines Matching refs:CallGraphNode
145 for (CallGraphNode *CGN : CurSCC) { in RunPassOnSCC()
179 DenseMap<Value*, CallGraphNode*> CallSites; in RefreshCallGraph()
183 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
194 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
206 for (CallGraphNode::iterator I = CGN->begin(), E = CGN->end(); I != E; ) { in RefreshCallGraph()
273 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph()
276 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
299 CallGraphNode *CalleeNode; in RefreshCallGraph()
323 CallGraphNode *CalleeNode; in RefreshCallGraph()
363 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
451 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule()
526 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
614 for (CallGraphNode *CGN : SCC) { in runOnSCC()