Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp578 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
654 return DevirtModule::runForTesting(M, LegacyAARGetter(*this), OREGetter, in runOnModule()
740 bool DevirtModule::runForTesting( in runForTesting() function in DevirtModule
DLowerTypeTests.cpp509 static bool runForTesting(Module &M);
533 return LowerTypeTestsModule::runForTesting(M); in runOnModule()
1667 bool LowerTypeTestsModule::runForTesting(Module &M) { in runForTesting() function in LowerTypeTestsModule