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 121 bool (*TestFn)(const BugDriver &, Module *);
124 bool (*testFn)(const BugDriver &, Module *))
125 : BD(bd), TestFn(testFn) {}
170 if (TestFn(BD, M)) {
190 bool (*TestFn)(const BugDriver &, Module *);
193 bool (*testFn)(const BugDriver &, Module *))
194 : BD(bd), TestFn(testFn) {}
305 if (TestFn(BD, M))
    [all...]
Miscompilation.cpp 179 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>,
187 : BD(bd), TestFn(F) {}
273 TestFn(BD, std::move(ToOptimize), std::move(ToNotOptimize), Error);
297 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>,
372 Failure = TestFn(BD, std::move(ToOptimizeLoopExtracted),
440 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>,
448 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
516 bool Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize), Error);
528 bool (*TestFn)(BugDriver &, std::unique_ptr<Module>,
546 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions
    [all...]
ExtractFunction.cpp 343 if (Function *TestFn = globalInitUsesExternalBA(&I)) {
350 << "' and from test function '" << TestFn->getName() << "'.\n";
  /art/compiler/utils/
assembler_test.h 52 typedef std::string (*TestFn)(AssemblerTest* assembler_test, Ass* assembler);
54 void DriverFn(TestFn f, std::string test_name) {
428 // The following functions are public so that TestFn can use them...
    [all...]

Completed in 325 milliseconds