Searched refs:TestFn (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 130 BugTester TestFn; member in __anon8a0143ee0211::ReduceCrashingGlobalInitializers 134 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalInitializers() 178 if (TestFn(BD, M.get())) { in TestGlobalVariables() 197 BugTester TestFn; member in __anon8a0143ee0311::ReduceCrashingFunctions 201 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 310 if (TestFn(BD, M.get())) { in TestFuncs() 329 BugTester TestFn; member in __anon8a0143ee0411::ReduceCrashingFunctionAttributes 334 : BD(bd), FnName(FnName), TestFn(testFn) {} in ReduceCrashingFunctionAttributes() 372 if (TestFn(BD, M.get())) { in TestFuncAttrs() 432 BugTester TestFn; member in __anon8a0143ee0511::ReduceCrashingBlocks [all …]
|
| H A D | Miscompilation.cpp | 188 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anonfafc65600211::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 __anonfafc65600311::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()
|