Home
last modified time | relevance | path

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

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