Home
last modified time | relevance | path

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

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