Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:TestFn

107     bool (*TestFn)(const BugDriver &, Module *);
110 bool (*testFn)(const BugDriver &, Module *))
111 : BD(bd), TestFn(testFn) {}
157 if (TestFn(BD, M)) {
177 bool (*TestFn)(const BugDriver &, Module *);
180 bool (*testFn)(const BugDriver &, Module *))
181 : BD(bd), TestFn(testFn) {}
229 if (TestFn(BD, M)) {
250 bool (*TestFn)(const BugDriver &, Module *);
253 bool (*testFn)(const BugDriver &, Module *))
254 : BD(bd), TestFn(testFn) {}
333 if (TestFn(BD, M)) {
359 bool (*TestFn)(const BugDriver &, Module *);
362 bool (*testFn)(const BugDriver &, Module *))
363 : BD(bd), TestFn(testFn) {}
416 if (TestFn(BD, M)) {
435 bool (*TestFn)(const BugDriver &, Module *),
460 if (TestFn(BD, M)) { // Still crashes?
479 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error);
502 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error);
520 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);
538 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);
583 if (TestFn(BD, M)) {
612 if (TestFn(BD, M)) {