Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp618 Function *Test3F = M->getFunction("test3"); in runOnSCC() local
626 if (!Test1F || !Test2aF || !Test2bF || !Test3F || !InSCC(Test1F) || in runOnSCC()
627 !InSCC(Test2aF) || !InSCC(Test2bF) || !InSCC(Test3F)) in runOnSCC()
638 /*Type=*/Test3F->getFunctionType(), in runOnSCC()
640 /*Name=*/"test3repl", Test3F->getParent()); in runOnSCC()
641 while (!Test3F->empty()) { in runOnSCC()
642 BasicBlock &BB = Test3F->front(); in runOnSCC()
651 CGU.replaceFunctionWith(*Test3F, *Test3FRepl); in runOnSCC()
652 Test3F->replaceAllUsesWith(Test3FRepl); in runOnSCC()