Searched defs:BugDriver (Results 1 – 5 of 5) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 124 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables() 194 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions() 330 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks() 439 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions() 516 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMD() 586 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMDOps() 653 bool (*TestFn)(const BugDriver &, Module *), in ReduceGlobalInitializers() 707 bool (*TestFn)(const BugDriver &, Module *), in ReduceInsts() 789 bool (*TestFn)(const BugDriver &, Module *), in DebugACrash()
|
D | Miscompilation.cpp | 185 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompilingFunctions() 298 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops() 446 bool (*F)(BugDriver &, std::unique_ptr<Module>, in ReduceMiscompiledBlocks() 529 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks() 610 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>, in DebugAMiscompilation()
|
D | BugDriver.cpp | 70 BugDriver::BugDriver(const char *toolname, bool find_bugs, in BugDriver() function in BugDriver
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 194 Expected<bool> (*F)(BugDriver &, in ReduceMiscompilingFunctions() 308 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractLoops() 453 Expected<bool> (*F)(BugDriver &, in ReduceMiscompiledBlocks() 538 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in ExtractBlocks() 615 Expected<bool> (*TestFn)(BugDriver &, std::unique_ptr<Module>, in DebugAMiscompilation()
|
D | BugDriver.cpp | 79 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout, in BugDriver() function in BugDriver
|