Lines Matching refs:CallGraphNode
174 for (CallGraphNode *CGN : CurSCC) { in RunPassOnSCC()
206 DenseMap<Value *, CallGraphNode *> Calls; in RefreshCallGraph()
210 for (CallGraphNode *CGN in RefreshCallGraph()
220 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph()
231 CallGraphNode::iterator CGNEnd = CGN->end(); in RefreshCallGraph()
233 auto RemoveAndCheckForDone = [&](CallGraphNode::iterator I) { in RefreshCallGraph()
250 for (CallGraphNode::iterator I = CGN->begin(); I != CGNEnd;) { in RefreshCallGraph()
328 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph()
331 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
354 CallGraphNode *CalleeNode; in RefreshCallGraph()
378 CallGraphNode *CalleeNode; in RefreshCallGraph()
419 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
459 for (const CallGraphNode *CGN : CurSCC) { in RunAllPassesOnSCC()
519 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule()
592 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
610 void CallGraphSCC::DeleteNode(CallGraphNode *Old) { in DeleteNode()
702 for (CallGraphNode *CGN : SCC) { in runOnSCC()
739 for (CallGraphNode *CGN : SCC) { in getDescription()