Lines Matching refs:BugDriver

47     BugDriver &BD;
49 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList()
106 BugDriver &BD;
107 bool (*TestFn)(const BugDriver &, Module *);
109 ReduceCrashingGlobalVariables(BugDriver &bd, in ReduceCrashingGlobalVariables()
110 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables() argument
176 BugDriver &BD;
177 bool (*TestFn)(const BugDriver &, Module *);
179 ReduceCrashingFunctions(BugDriver &bd, in ReduceCrashingFunctions()
180 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions() argument
249 BugDriver &BD;
250 bool (*TestFn)(const BugDriver &, Module *);
252 ReduceCrashingBlocks(BugDriver &bd, in ReduceCrashingBlocks()
253 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks() argument
357 BugDriver &BD;
358 bool (*TestFn)(const BugDriver &, Module *);
360 ReduceCrashingInstructions(BugDriver &bd, in ReduceCrashingInstructions()
361 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions() argument
432 static bool DebugACrash(BugDriver &BD, in DebugACrash()
433 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash() argument
619 static bool TestForOptimizerCrash(const BugDriver &BD, Module *M) { in TestForOptimizerCrash()
627 bool BugDriver::debugOptimizerCrash(const std::string &ID) { in debugOptimizerCrash()
647 static bool TestForCodeGenCrash(const BugDriver &BD, Module *M) { in TestForCodeGenCrash()
661 bool BugDriver::debugCodeGeneratorCrash(std::string &Error) { in debugCodeGeneratorCrash()