Lines Matching refs:TestFn
109 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0211::ReduceCrashingGlobalVariables
113 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables()
159 if (TestFn(BD, M)) { in TestGlobalVariables()
179 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0311::ReduceCrashingFunctions
183 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions()
231 if (TestFn(BD, M)) { in TestFuncs()
252 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0411::ReduceCrashingBlocks
256 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks()
335 if (TestFn(BD, M)) { in TestBlocks()
361 bool (*TestFn)(const BugDriver &, Module *); member in __anon48cbfbff0511::ReduceCrashingInstructions
365 : BD(bd), TestFn(testFn) {} in ReduceCrashingInstructions()
418 if (TestFn(BD, M)) { in TestInsts()
437 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash()
462 if (TestFn(BD, M)) { // Still crashes? in DebugACrash()
481 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error); in DebugACrash()
504 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error); in DebugACrash()
522 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error); in DebugACrash()
540 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error); in DebugACrash()
585 if (TestFn(BD, M)) { in DebugACrash()
614 if (TestFn(BD, M)) { in DebugACrash()