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.cpp1585 unsigned CountLimit = VAGroupCountLimit; in run() local
1586 if (CountLimit == 0) in run()
1589 if (LoadGroups.size() > CountLimit) { in run()
1590 LoadGroups.resize(CountLimit); in run()
1593 unsigned StoreLimit = CountLimit - LoadGroups.size(); in run()