Home
last modified time | relevance | path

Searched refs:TestFn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp142 BugTester TestFn; member in __anon1e075dd70211::ReduceCrashingGlobalInitializers
146 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalInitializers()
190 if (TestFn(BD, M.get())) { in TestGlobalVariables()
209 BugTester TestFn; member in __anon1e075dd70311::ReduceCrashingFunctions
213 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions()
322 if (TestFn(BD, M.get())) { in TestFuncs()
341 BugTester TestFn; member in __anon1e075dd70411::ReduceCrashingFunctionAttributes
346 : BD(bd), FnName(FnName), TestFn(testFn) {} in ReduceCrashingFunctionAttributes()
388 if (TestFn(BD, M.get())) { in TestFuncAttrs()
448 BugTester TestFn; member in __anon1e075dd70511::ReduceCrashingBlocks
[all …]
H A DMiscompilation.cpp188 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in __anon0fc5bc690211::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 __anon0fc5bc690311::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 DExtractFunction.cpp340 if (Function *TestFn = globalInitUsesExternalBA(&I)) { in SplitFunctionsOutOfModule() local
348 << TestFn->getName() << "'.\n"; in SplitFunctionsOutOfModule()