Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp641 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
721 return DevirtModule::runForTesting(M, LegacyAARGetter(*this), OREGetter, in runOnModule()
766 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run()
877 bool DevirtModule::runForTesting( in runForTesting() function in DevirtModule
H A DLowerTypeTests.cpp512 static bool runForTesting(Module &M);
537 return LowerTypeTestsModule::runForTesting(M); in runOnModule()
1698 bool LowerTypeTestsModule::runForTesting(Module &M) { in runForTesting() function in LowerTypeTestsModule
2270 Changed = LowerTypeTestsModule::runForTesting(M); in run()