Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:TestFn

109     bool (*TestFn)(const BugDriver &, Module *);
112 bool (*testFn)(const BugDriver &, Module *))
113 : BD(bd), TestFn(testFn) {}
159 if (TestFn(BD, M)) {
179 bool (*TestFn)(const BugDriver &, Module *);
182 bool (*testFn)(const BugDriver &, Module *))
183 : BD(bd), TestFn(testFn) {}
231 if (TestFn(BD, M)) {
252 bool (*TestFn)(const BugDriver &, Module *);
255 bool (*testFn)(const BugDriver &, Module *))
256 : BD(bd), TestFn(testFn) {}
335 if (TestFn(BD, M)) {
361 bool (*TestFn)(const BugDriver &, Module *);
364 bool (*testFn)(const BugDriver &, Module *))
365 : BD(bd), TestFn(testFn) {}
418 if (TestFn(BD, M)) {
437 bool (*TestFn)(const BugDriver &, Module *),
462 if (TestFn(BD, M)) { // Still crashes?
481 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error);
504 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error);
522 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);
540 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);
585 if (TestFn(BD, M)) {
614 if (TestFn(BD, M)) {