HomeSort by: relevance | last modified time | path
    Searched refs:runForTesting (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 512 static bool runForTesting(Module &M);
537 return LowerTypeTestsModule::runForTesting(M);
1698 bool LowerTypeTestsModule::runForTesting(Module &M) {
2270 Changed = LowerTypeTestsModule::runForTesting(M);
WholeProgramDevirt.cpp 641 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
721 return DevirtModule::runForTesting(M, LegacyAARGetter(*this), OREGetter,
766 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree))
866 // DevirtIndex::run, not to DevirtModule::run used by opt/runForTesting.
877 bool DevirtModule::runForTesting(

Completed in 111 milliseconds