HomeSort by relevance Sort by last modified time
    Searched refs:reduceList (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
ListReducer.h 48 // reduceList - This function attempts to reduce the length of the specified
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) {
CrashDebugger.cpp 481 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);
Miscompilation.cpp 546 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)) {
    [all...]

Completed in 176 milliseconds