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

/external/llvm/tools/bugpoint/
H A DListReducer.h48 // reduceList - This function attempts to reduce the length of the specified
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) { function in struct:llvm::ListReducer
H A DCrashDebugger.cpp479 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error);
502 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error);
520 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);
538 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);
638 ReducePassList(*this).reduceList(PassesToRun, Error);
H A DMiscompilation.cpp581 MiscompiledFunctions).reduceList(Blocks, Error);
658 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
684 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
707 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
756 if (!ReduceMiscompilingPasses(*this).reduceList(PassesToRun, *Error)) {

Completed in 85 milliseconds