Home | History | Annotate | Download | only in bugpoint

Lines Matching refs: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 *,
371 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error);
426 bool (*TestFn
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, MiscompiledFunctions)
545 ReduceMiscompiledBlocks(BD, TestFn,
608 bool (*TestFn)(BugDriver &, Module *, Module *,
623 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
639 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error);
649 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
663 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error);
672 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
818 Function *TestFn = Test->getFunction(F->getName());
821 if (TestFn && !TestFn->isDeclaration()) {