Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp710 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
765 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run()
904 bool DevirtModule::runForTesting( in runForTesting() function in DevirtModule
H A DLowerTypeTests.cpp529 static bool runForTesting(Module &M);
1698 bool LowerTypeTestsModule::runForTesting(Module &M) { in runForTesting() function in LowerTypeTestsModule
2279 Changed = LowerTypeTestsModule::runForTesting(M); in run()