Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp89 CallGraphNode *OldCGN = CG->getOrInsertFunction(&Fn); in reanalyzeFunction() local
90 OldCGN->removeAllCalledFunctions(); in reanalyzeFunction()
91 CG->populateCallGraphNode(OldCGN); in reanalyzeFunction()
125 CallGraphNode *OldCGN = (*CG)[&OldFn]; in replaceFunctionWith() local
127 NewCGN->stealCalledFunctionsFrom(OldCGN); in replaceFunctionWith()
128 CG->ReplaceExternalCallEdge(OldCGN, NewCGN); in replaceFunctionWith()
131 CGSCC->ReplaceNode(OldCGN, NewCGN); in replaceFunctionWith()