Lines Matching refs:TestFn
107 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90211::ReduceCrashingGlobalVariables
111 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables()
157 if (TestFn(BD, M)) { in TestGlobalVariables()
177 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90311::ReduceCrashingFunctions
181 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions()
229 if (TestFn(BD, M)) { in TestFuncs()
250 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90411::ReduceCrashingBlocks
254 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks()
332 if (TestFn(BD, M)) { in TestBlocks()
358 bool (*TestFn)(const BugDriver &, Module *); member in __anon692caeb90511::ReduceCrashingInstructions
362 : BD(bd), TestFn(testFn) {} in ReduceCrashingInstructions()
415 if (TestFn(BD, M)) { in TestInsts()
433 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash()
458 if (TestFn(BD, M)) { // Still crashes? in DebugACrash()
477 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error); in DebugACrash()
500 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error); in DebugACrash()
518 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error); in DebugACrash()
536 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error); in DebugACrash()
582 if (TestFn(BD, M.get())) { in DebugACrash()
607 if (TestFn(BD, M)) { in DebugACrash()