Lines Matching defs:CGN
175 for (CallGraphNode *CGN : CurSCC) {
176 if (Function *F = CGN->getFunction()) {
211 for (CallGraphNode *CGN
212 : CurSCC) CGN->dump(););
221 CallGraphNode *CGN = *SCCIdx;
222 Function *F = CGN->getFunction();
226 // CGN with those actually in the function.
232 CallGraphNode::iterator CGNEnd = CGN->end();
238 CGN->removeCallEdge(I);
246 CGNEnd = CGN->end();
251 for (CallGraphNode::iterator I = CGN->begin(); I != CGNEnd;) {
315 CGN->addCalledFunction(nullptr, CG.getOrInsertFunction(CB));
361 // Update the edge target in CGN.
362 CGN->replaceCallEdge(*Call, *Call, CalleeNode);
370 // If the call site didn't exist in the CGN yet, add it.
380 CGN->addCalledFunction(Call, CalleeNode);
412 for (CallGraphNode *CGN : CurSCC)
413 CGN->dump();
452 for (const CallGraphNode *CGN : CurSCC) {
454 CGN->print(OS);
694 for (CallGraphNode *CGN : SCC) {
695 if (Function *F = CGN->getFunction()) {
731 for (CallGraphNode *CGN : SCC) {
733 Function *F = CGN->getFunction();