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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp822 /// ReduceCrashingMetadata reducer - This works by removing all metadata from
825 class ReduceCrashingMetadata : public ListReducer<Instruction *> { class in namespace:__anon3108
830 ReduceCrashingMetadata(BugDriver &bd, BugTester testFn) function in class:__anon3108::ReduceCrashingMetadata
846 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) {
1179 ReduceCrashingMetadata(BD, TestFn).reduceList(Insts);

Completed in 179 milliseconds