Searched refs:GroupLim (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp330 unsigned GroupLim = (CurrGroupHas4RegOps ? 2 : 3); local
331 assert((CurrGroupSize <= GroupLim || CurrGroupSize == getNumDecoderSlots(SU))
336 if (CurrGroupSize >= GroupLim || SC->EndGroup)

Completed in 47 milliseconds