Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp91 CallGraphNode *OldCGN = CG->getOrInsertFunction(&Fn); in reanalyzeFunction() local
92 OldCGN->removeAllCalledFunctions(); in reanalyzeFunction()
93 CG->populateCallGraphNode(OldCGN); in reanalyzeFunction()
130 CallGraphNode *OldCGN = (*CG)[&OldFn]; in replaceFunctionWith() local
132 NewCGN->stealCalledFunctionsFrom(OldCGN); in replaceFunctionWith()
133 CG->ReplaceExternalCallEdge(OldCGN, NewCGN); in replaceFunctionWith()
136 CGSCC->ReplaceNode(OldCGN, NewCGN); in replaceFunctionWith()