Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DListReducer.h155 const int BackjumpProbability = 10; in reduceList() local
173 if (std::rand() % 100 < BackjumpProbability) in reduceList()