Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp517 static bool runForTesting(Module &M);
543 return LowerTypeTestsModule::runForTesting(M); in runOnModule()
1704 bool LowerTypeTestsModule::runForTesting(Module &M) { in runForTesting() function in LowerTypeTestsModule
2284 Changed = LowerTypeTestsModule::runForTesting(M); in run()
H A DWholeProgramDevirt.cpp646 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
726 return DevirtModule::runForTesting(M, LegacyAARGetter(*this), OREGetter, in runOnModule()
771 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run()
882 bool DevirtModule::runForTesting( in runForTesting() function in DevirtModule