Searched defs:TestFn (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp109 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon9186::ReduceCrashingGlobalVariables
113 : BD(bd), TestFn(testFn) {}
159 if (TestFn(BD, M)) {
179 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon9187::ReduceCrashingFunctions
183 : BD(bd), TestFn(testFn) {}
231 if (TestFn(BD, M)) {
252 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon9188::ReduceCrashingBlocks
256 : BD(bd), TestFn(testFn) {}
335 if (TestFn(BD, M)) {
361 bool (*TestFn)(cons member in class:__anon9189::ReduceCrashingInstructions
[all...]
H A DMiscompilation.cpp178 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in class:__anon9194::ReduceMiscompilingFunctions
183 : BD(bd), TestFn(F) {}
281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error);
305 bool (*TestFn)(BugDriver &, Module *, Module *,
371 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error);
426 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &); member in class:__anon9195::ReduceMiscompiledBlocks
433 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
504 bool Ret = TestFn(BD, New, ToNotOptimize, Error);
520 bool (*TestFn)(BugDriver &, Module *, Module *,
538 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunction
818 Function *TestFn = Test->getFunction(F->getName()); local
[all...]

Completed in 241 milliseconds