Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp616 Function *Test2aF = M->getFunction("test2a"); in runOnSCC() local
626 if (!Test1F || !Test2aF || !Test2bF || !Test3F || !InSCC(Test1F) || in runOnSCC()
627 !InSCC(Test2aF) || !InSCC(Test2bF) || !InSCC(Test3F)) in runOnSCC()
631 if (!CI || CI->getCalledFunction() != Test2aF) in runOnSCC()
658 CGU.removeFunction(*Test2aF); in runOnSCC()