Lines Matching refs:CGN
175 for (CallGraphNode *CGN : CurSCC) { in RunPassOnSCC()
176 if (Function *F = CGN->getFunction()) { in RunPassOnSCC()
211 for (CallGraphNode *CGN in RefreshCallGraph()
212 : CurSCC) CGN->dump();); in RefreshCallGraph()
221 CallGraphNode *CGN = *SCCIdx; in RefreshCallGraph() local
222 Function *F = CGN->getFunction(); in RefreshCallGraph()
232 CallGraphNode::iterator CGNEnd = CGN->end(); in RefreshCallGraph()
238 CGN->removeCallEdge(I); in RefreshCallGraph()
246 CGNEnd = CGN->end(); in RefreshCallGraph()
251 for (CallGraphNode::iterator I = CGN->begin(); I != CGNEnd;) { in RefreshCallGraph()
315 CGN->addCalledFunction(nullptr, CG.getOrInsertFunction(CB)); in RefreshCallGraph()
362 CGN->replaceCallEdge(*Call, *Call, CalleeNode); in RefreshCallGraph()
380 CGN->addCalledFunction(Call, CalleeNode); in RefreshCallGraph()
412 for (CallGraphNode *CGN : CurSCC) in RefreshCallGraph()
413 CGN->dump(); in RefreshCallGraph()
452 for (const CallGraphNode *CGN : CurSCC) { in RunAllPassesOnSCC() local
454 CGN->print(OS); in RunAllPassesOnSCC()
695 for (CallGraphNode *CGN : SCC) { in runOnSCC()
696 if (Function *F = CGN->getFunction()) { in runOnSCC()
732 for (CallGraphNode *CGN : SCC) { in getDescription()
734 Function *F = CGN->getFunction(); in getDescription()