Lines Matching defs:TestFn
178 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &);
183 : BD(bd), TestFn(F) {}
281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error);
305 bool (*TestFn)(BugDriver &, Module *, Module *,
380 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error);
461 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &);
468 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
539 bool Ret = TestFn(BD, New, ToNotOptimize, Error);
555 bool (*TestFn)(BugDriver &, Module *, Module *,
573 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions)
580 ReduceMiscompiledBlocks(BD, TestFn,
643 bool (*TestFn)(BugDriver &, Module *, Module *,
658 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
674 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error);
684 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
698 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error);
707 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
853 Function *TestFn = Test->getFunction(F->getName());
856 if (TestFn && !TestFn->isDeclaration()) {