Home
last modified time | relevance | path

Searched refs:ReduceCrashingMetadata (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp825 class ReduceCrashingMetadata : public ListReducer<Instruction *> { class
830 ReduceCrashingMetadata(BugDriver &bd, BugTester testFn) in ReduceCrashingMetadata() function in __anon75b05b8b0911::ReduceCrashingMetadata
846 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts()
1179 ReduceCrashingMetadata(BD, TestFn).reduceList(Insts); in ReduceInsts()