Searched refs:NewCGN (Results 1 – 1 of 1) sorted by relevance
126 CallGraphNode *NewCGN = CG->getOrInsertFunction(&NewFn); in replaceFunctionWith() local127 NewCGN->stealCalledFunctionsFrom(OldCGN); in replaceFunctionWith()128 CG->ReplaceExternalCallEdge(OldCGN, NewCGN); in replaceFunctionWith()131 CGSCC->ReplaceNode(OldCGN, NewCGN); in replaceFunctionWith()