Home
last modified time | relevance | path

Searched refs:NewCGN (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp126 CallGraphNode *NewCGN = CG->getOrInsertFunction(&NewFn); in replaceFunctionWith() local
127 NewCGN->stealCalledFunctionsFrom(OldCGN); in replaceFunctionWith()
128 CG->ReplaceExternalCallEdge(OldCGN, NewCGN); in replaceFunctionWith()
131 CGSCC->ReplaceNode(OldCGN, NewCGN); in replaceFunctionWith()