Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1586 unsigned CountLimit = VAGroupCountLimit; in run() local
1587 if (CountLimit == 0) in run()
1590 if (LoadGroups.size() > CountLimit) { in run()
1591 LoadGroups.resize(CountLimit); in run()
1594 unsigned StoreLimit = CountLimit - LoadGroups.size(); in run()