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

  /external/llvm/tools/bugpoint/
ListReducer.h 156 const int BackjumpProbability = 10;
174 if (std::rand() % 100 < BackjumpProbability)
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 151 const int BackjumpProbability = 10;
168 if (std::rand() % 100 < BackjumpProbability)

Completed in 48 milliseconds