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()
329 DenseMap<Value *, CallGraphNode *>::iterator ExistingIt = in RefreshCallGraph()
332 CallGraphNode *ExistingNode = ExistingIt->second; in RefreshCallGraph()
355 CallGraphNode *CalleeNode; in RefreshCallGraph()
379 CallGraphNode *CalleeNode; in RefreshCallGraph()
420 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
460 for (const CallGraphNode *CGN : CurSCC) { in RunAllPassesOnSCC()
520 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule()
593 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
611 void CallGraphSCC::DeleteNode(CallGraphNode *Old) { in DeleteNode()
703 for (CallGraphNode *CGN : SCC) { in runOnSCC()
740 for (CallGraphNode *CGN : SCC) { in getDescription()