Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp637 Function *Test3FRepl = Function::Create( in runOnSCC() local
644 BB.insertInto(Test3FRepl); in runOnSCC()
651 CGU.replaceFunctionWith(*Test3F, *Test3FRepl); in runOnSCC()
652 Test3F->replaceAllUsesWith(Test3FRepl); in runOnSCC()
655 CI->setCalledFunction(Test3FRepl); in runOnSCC()