Searched refs:doTest (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/bugpoint/ |
| D | ListReducer.h | 44 virtual TestResult doTest(std::vector<ElTy> &Prefix, 55 switch (doTest(TheList, empty, Error)) { in reduceList() 100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) { in reduceList() 119 switch (doTest(Prefix, Suffix, Error)) { in reduceList() 180 if (doTest(EmptyList, TestList, Error) == KeepSuffix) { in reduceList()
|
| D | CrashDebugger.cpp | 55 virtual TestResult doTest(std::vector<std::string> &Removed, 62 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() function in ReducePassList 113 virtual TestResult doTest(std::vector<GlobalVariable*> &Prefix, in doTest() function in __anoneab556770211::ReduceCrashingGlobalVariables 183 virtual TestResult doTest(std::vector<Function*> &Prefix, in doTest() function in __anoneab556770311::ReduceCrashingFunctions 256 virtual TestResult doTest(std::vector<const BasicBlock*> &Prefix, in doTest() function in __anoneab556770411::ReduceCrashingBlocks 365 virtual TestResult doTest(std::vector<const Instruction*> &Prefix, in doTest() function in __anoneab556770511::ReduceCrashingInstructions
|
| D | Miscompilation.cpp | 51 virtual TestResult doTest(std::vector<std::string> &Prefix, 61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix, in doTest() function in ReduceMiscompilingPasses 185 virtual TestResult doTest(std::vector<Function*> &Prefix, in doTest() function in __anon7232c9090211::ReduceMiscompilingFunctions 470 virtual TestResult doTest(std::vector<BasicBlock*> &Prefix, in doTest() function in __anon7232c9090311::ReduceMiscompiledBlocks
|