Searched refs:TestFn (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 109 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0211::ReduceCrashingGlobalVariables 113 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables() 159 if (TestFn(BD, M)) { in TestGlobalVariables() 179 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0311::ReduceCrashingFunctions 183 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions() 231 if (TestFn(BD, M)) { in TestFuncs() 252 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0411::ReduceCrashingBlocks 256 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks() 335 if (TestFn(BD, M)) { in TestBlocks() 361 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0511::ReduceCrashingInstructions [all …]
|
D | Miscompilation.cpp | 178 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anon931e1f910211::ReduceMiscompilingFunctions 183 : BD(bd), TestFn(F) {} in ReduceMiscompilingFunctions() 281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error); in TestFuncs() 305 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractLoops() 371 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error); in ExtractLoops() 426 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in __anon931e1f910311::ReduceMiscompiledBlocks 433 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks() 504 bool Ret = TestFn(BD, New, ToNotOptimize, Error); in TestFuncs() 520 bool (*TestFn)(BugDriver &, Module *, Module *, in ExtractBlocks() 538 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() [all …]
|
D | ExtractFunction.cpp | 329 if (Function *TestFn = globalInitUsesExternalBA(I)) { in SplitFunctionsOutOfModule() local 336 << "' and from test function '" << TestFn->getName() << "'.\n"; in SplitFunctionsOutOfModule()
|