Searched refs:TestFn (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 130 BugTester TestFn; member in __anon3767b1220211::ReduceCrashingGlobalInitializers 134 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalInitializers() 178 if (TestFn(BD, M.get())) { in TestGlobalVariables() 197 BugTester TestFn; member in __anon3767b1220311::ReduceCrashingFunctions 201 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 310 if (TestFn(BD, M.get())) { in TestFuncs() 329 BugTester TestFn; member in __anon3767b1220411::ReduceCrashingFunctionAttributes 334 : BD(bd), FnName(FnName), TestFn(testFn) {} in ReduceCrashingFunctionAttributes() 373 if (TestFn(BD, M.get())) { in TestFuncAttrs() 433 BugTester TestFn; member in __anon3767b1220511::ReduceCrashingBlocks [all …]
|
| H A D | Miscompilation.cpp | 188 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anon553079140211::ReduceMiscompilingFunctions 196 : BD(bd), TestFn(F) {} in ReduceMiscompilingFunctions() 283 TestFn(BD, std::move(ToOptimize), std::move(ToNotOptimize)); in TestFuncs() 307 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops() 377 Expected<bool> Result = TestFn(BD, std::move(ToOptimizeLoopExtracted), in ExtractLoops() 448 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anon553079140311::ReduceMiscompiledBlocks 458 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks() 526 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize)); in TestFuncs() 539 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks() 556 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() [all …]
|
| H A D | ExtractFunction.cpp | 341 if (Function *TestFn = globalInitUsesExternalBA(&I)) { in SplitFunctionsOutOfModule() local 349 << TestFn->getName() << "'.\n"; in SplitFunctionsOutOfModule()
|