Lines Matching refs:CallGraphNode
173 for (CallGraphNode *CGN : CurSCC) { in RunPassOnSCC()
205 DenseMap<Value*, CallGraphNode*> CallSites; in RefreshCallGraph()
209 for (CallGraphNode *CGN in RefreshCallGraph()
219 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
231 for (CallGraphNode::iterator I = CGN->begin(), E = CGN->end(); I != E; ) { in RefreshCallGraph()
298 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt = in RefreshCallGraph()
301 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
324 CallGraphNode *CalleeNode; in RefreshCallGraph()
348 CallGraphNode *CalleeNode; in RefreshCallGraph()
389 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
475 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule()
548 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
651 for (CallGraphNode *CGN : SCC) { in runOnSCC()