Searched refs:runForTesting (Results 1 – 2 of 2) sorted by relevance
517 static bool runForTesting(Module &M);543 return LowerTypeTestsModule::runForTesting(M); in runOnModule()1704 bool LowerTypeTestsModule::runForTesting(Module &M) { in runForTesting() function in LowerTypeTestsModule2284 Changed = LowerTypeTestsModule::runForTesting(M); in run()
646 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