Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4836 unsigned SizeWithBestUC = BestUC * Size; in getAppleRuntimeUnrollPreferences() local
4842 (SizeWithBestUC % MaxInstsPerLine) < (SizeWithUC % MaxInstsPerLine)) { in getAppleRuntimeUnrollPreferences()
4844 SizeWithBestUC = BestUC * Size; in getAppleRuntimeUnrollPreferences()