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

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 220 static std::unique_ptr<Module> testMergedProgram(const BugDriver &BD,
330 testMergedProgram(BD, std::move(ToOptimizeLoopExtracted),
712 std::unique_ptr<Module> New = testMergedProgram(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 228 static Expected<std::unique_ptr<Module>> testMergedProgram(const BugDriver &BD,
336 Expected<std::unique_ptr<Module>> New = testMergedProgram(
719 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken);
    [all...]

Completed in 462 milliseconds