Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp131 CallGraphNode *NewCGN = CG->getOrInsertFunction(&NewFn); in replaceFunctionWith() local
132 NewCGN->stealCalledFunctionsFrom(OldCGN); in replaceFunctionWith()
133 CG->ReplaceExternalCallEdge(OldCGN, NewCGN); in replaceFunctionWith()
136 CGSCC->ReplaceNode(OldCGN, NewCGN); in replaceFunctionWith()