Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:TestFn

121     bool (*TestFn)(const BugDriver &, Module *);
124 bool (*testFn)(const BugDriver &, Module *))
125 : BD(bd), TestFn(testFn) {}
170 if (TestFn(BD, M)) {
190 bool (*TestFn)(const BugDriver &, Module *);
193 bool (*testFn)(const BugDriver &, Module *))
194 : BD(bd), TestFn(testFn) {}
305 if (TestFn(BD, M)) {
326 bool (*TestFn)(const BugDriver &, Module *);
329 bool (*testFn)(const BugDriver &, Module *))
330 : BD(bd), TestFn(testFn) {}
409 if (TestFn(BD, M)) {
435 bool (*TestFn)(const BugDriver &, Module *);
438 bool (*testFn)(const BugDriver &, Module *))
439 : BD(bd), TestFn(testFn) {}
492 if (TestFn(BD, M)) {
511 bool (*TestFn)(const BugDriver &, Module *);
515 bool (*testFn)(const BugDriver &, Module *))
516 : BD(bd), TestFn(testFn) {}
567 if (TestFn(BD, M)) {
579 bool (*TestFn)(const BugDriver &, Module *);
583 bool (*testFn)(const BugDriver &, Module *))
584 : BD(bd), TestFn(testFn) {}
635 if (TestFn(BD, M)) {
653 bool (*TestFn)(const BugDriver &, Module *),
678 if (TestFn(BD, M)) { // Still crashes?
697 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error);
719 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error);
736 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);
751 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);
797 if (TestFn(BD, M.get())) {
824 ReduceCrashingNamedMD(BD, TestFn).reduceList(NamedMDNames, Error);
834 ReduceCrashingNamedMDOps(BD, TestFn).reduceList(NamedMDOps, Error);
847 if (TestFn(BD, M)) {