Searched refs:TestFn (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 107 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90211::ReduceCrashingGlobalVariables 111 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables() 157 if (TestFn(BD, M)) { in TestGlobalVariables() 177 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90311::ReduceCrashingFunctions 181 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 229 if (TestFn(BD, M)) { in TestFuncs() 250 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90411::ReduceCrashingBlocks 254 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks() 332 if (TestFn(BD, M)) { in TestBlocks() 358 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90511::ReduceCrashingInstructions [all …]
|
D | Miscompilation.cpp | 179 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anonbf95298b0211::ReduceMiscompilingFunctions 184 : BD(bd), TestFn(F) {} in ReduceMiscompilingFunctions() 278 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error); in TestFuncs() 302 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops() 376 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error); in ExtractLoops() 448 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anonbf95298b0311::ReduceMiscompiledBlocks 455 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks() 527 bool Ret = TestFn(BD, New.get(), ToNotOptimize, Error); in TestFuncs() 543 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks() 561 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() [all …]
|
D | ExtractFunction.cpp | 318 if (Function *TestFn = globalInitUsesExternalBA(I)) { in SplitFunctionsOutOfModule() local 325 << "' and from test function '" << TestFn->getName() << "'.\n"; in SplitFunctionsOutOfModule()
|