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

/freebsd-10.0-release/contrib/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.cpp481 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error);
504 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error);
522 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);
540 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);
640 ReducePassList(*this).reduceList(PassesToRun, Error);
H A DMiscompilation.cpp546 MiscompiledFunctions).reduceList(Blocks, Error);
623 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
649 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
672 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
721 if (!ReduceMiscompilingPasses(*this).reduceList(PassesToRun, *Error)) {

Completed in 91 milliseconds