Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp615 Function *Test1F = M->getFunction("test1"); in runOnSCC() local
626 if (!Test1F || !Test2aF || !Test2bF || !Test3F || !InSCC(Test1F) || in runOnSCC()
630 CallInst *CI = dyn_cast<CallInst>(&Test1F->getEntryBlock().front()); in runOnSCC()
660 CGU.reanalyzeFunction(*Test1F); in runOnSCC()