Home
last modified time | relevance | path

Searched refs:BackjumpProbability (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DListReducer.h151 const int BackjumpProbability = 10; in reduceList() local
168 if (std::rand() % 100 < BackjumpProbability) in reduceList()
/external/llvm/tools/bugpoint/
DListReducer.h156 const int BackjumpProbability = 10; in reduceList() local
174 if (std::rand() % 100 < BackjumpProbability) in reduceList()