Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp816 class ReduceCrashingMetadata : public ListReducer<Instruction *> { class
821 ReduceCrashingMetadata(BugDriver &bd, BugTester testFn) in ReduceCrashingMetadata() function in __anon1e075dd70911::ReduceCrashingMetadata
837 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts()
1164 ReduceCrashingMetadata(BD, TestFn).reduceList(Insts); in ReduceInsts()