Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h63 static const unsigned DefaultIterations = 100; variable
67 : Sequence(S), Current(0U), Iterations(Iter ? Iter : DefaultIterations) {} in CircularSourceMgr()