Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp711 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
766 if (!DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run()
967 bool DevirtModule::runForTesting( in runForTesting() function in DevirtModule
H A DLowerTypeTests.cpp551 static bool runForTesting(Module &M, ModuleAnalysisManager &AM);
1864 bool LowerTypeTestsModule::runForTesting(Module &M, ModuleAnalysisManager &AM) { in runForTesting() function in LowerTypeTestsModule
2450 Changed = LowerTypeTestsModule::runForTesting(M, AM); in run()