Lines Matching refs:CallGraphNode
175 for (CallGraphNode *CGN : CurSCC) { in RunPassOnSCC()
207 DenseMap<Value *, CallGraphNode *> Calls; in RefreshCallGraph()
211 for (CallGraphNode *CGN in RefreshCallGraph()
221 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
232 CallGraphNode::iterator CGNEnd = CGN->end(); in RefreshCallGraph()
234 auto RemoveAndCheckForDone = [&](CallGraphNode::iterator I) { in RefreshCallGraph()
251 for (CallGraphNode::iterator I = CGN->begin(); I != CGNEnd;) { in RefreshCallGraph()
321 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph()
324 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
347 CallGraphNode *CalleeNode; in RefreshCallGraph()
371 CallGraphNode *CalleeNode; in RefreshCallGraph()
412 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
452 for (const CallGraphNode *CGN : CurSCC) { in RunAllPassesOnSCC()
512 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule()
585 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
603 void CallGraphSCC::DeleteNode(CallGraphNode *Old) { in DeleteNode()
695 for (CallGraphNode *CGN : SCC) { in runOnSCC()
732 for (CallGraphNode *CGN : SCC) { in getDescription()