Lines Matching refs:CallGraphNode
180 DenseMap<Value*, CallGraphNode*> CallSites;
196 CallGraphNode *CGN = *SCCIdx;
208 for (CallGraphNode::iterator I = CGN->begin(), E = CGN->end(); I != E; ) {
263 DenseMap<Value*, CallGraphNode*>::iterator ExistingIt =
266 CallGraphNode *ExistingNode = ExistingIt->second;
289 CallGraphNode *CalleeNode;
313 CallGraphNode *CalleeNode;
442 const std::vector<CallGraphNode *> &NodeVec = *CGI;
517 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) {
527 // pointers to the old CallGraphNode.