Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp529 static bool runForTesting(Module &M);
1720 bool LowerTypeTestsModule::runForTesting(Module &M) { in runForTesting() function in LowerTypeTestsModule
2301 Changed = LowerTypeTestsModule::runForTesting(M); in run()
H A DWholeProgramDevirt.cpp709 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
764 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run()
903 bool DevirtModule::runForTesting( in runForTesting() function in DevirtModule