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

  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 107 bool (*TestFn)(const BugDriver &, Module *);
110 bool (*testFn)(const BugDriver &, Module *))
111 : BD(bd), TestFn(testFn) {}
157 if (TestFn(BD, M)) {
177 bool (*TestFn)(const BugDriver &, Module *);
180 bool (*testFn)(const BugDriver &, Module *))
181 : BD(bd), TestFn(testFn) {}
229 if (TestFn(BD, M))
    [all...]
Miscompilation.cpp 179 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &);
184 : BD(bd), TestFn(F) {}
282 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error);
306 bool (*TestFn)(BugDriver &, Module *, Module *,
381 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error);
462 bool (*TestFn)(BugDriver &, Module *, Module *, std::string &);
469 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
540 bool Ret = TestFn(BD, New, ToNotOptimize, Error);
556 bool (*TestFn)(BugDriver &, Module *, Module *,
574 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions
    [all...]
ExtractFunction.cpp 330 if (Function *TestFn = globalInitUsesExternalBA(I)) {
337 << "' and from test function '" << TestFn->getName() << "'.\n";
  /art/compiler/utils/
assembler_test.h 44 typedef std::string (*TestFn)(Ass* assembler);
46 void DriverFn(TestFn f, std::string test_name) {

Completed in 63 milliseconds