Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4838 unsigned SizeWithUC = UC * Size; in getAppleRuntimeUnrollPreferences() local
4839 if (SizeWithUC > 48) in getAppleRuntimeUnrollPreferences()
4841 if ((SizeWithUC % MaxInstsPerLine) == 0 || in getAppleRuntimeUnrollPreferences()
4842 (SizeWithBestUC % MaxInstsPerLine) < (SizeWithUC % MaxInstsPerLine)) { in getAppleRuntimeUnrollPreferences()