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

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp121 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon13028::ReduceCrashingGlobalVariables
125 : BD(bd), TestFn(testFn) {}
170 if (TestFn(BD, M)) {
190 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon13029::ReduceCrashingFunctions
194 : BD(bd), TestFn(testFn) {}
305 if (TestFn(BD, M)) {
326 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon13030::ReduceCrashingBlocks
330 : BD(bd), TestFn(testFn) {}
409 if (TestFn(BD, M)) {
435 bool (*TestFn)(cons member in class:__anon13031::ReduceCrashingInstructions
511 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon13032::ReduceCrashingNamedMD
579 bool (*TestFn)(const BugDriver &, Module *); member in class:__anon13033::ReduceCrashingNamedMDOps
[all...]
H A DMiscompilation.cpp179 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in class:__anon13038::ReduceMiscompilingFunctions
187 : BD(bd), TestFn(F) {}
273 TestFn(BD, std::move(ToOptimize), std::move(ToNotOptimize), Error);
297 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>,
372 Failure = TestFn(BD, std::move(ToOptimizeLoopExtracted),
440 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, member in class:__anon13039::ReduceMiscompiledBlocks
448 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
516 bool Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize), Error);
528 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>,
546 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunction
820 Function *TestFn = Test->getFunction(F->getName()); local
[all...]

Completed in 72 milliseconds