Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp316 unsigned const NumStoresVal = *NumStores.getValue(); in getUnrollingPreferences() local
317 unsigned const Max = (NumStoresVal ? (12 / NumStoresVal) : UINT_MAX); in getUnrollingPreferences()