Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp46 static cl::opt<int> CodeGrowthLimit("hexagon-amode-growth-limit", variable
814 if (SizeInc > CodeGrowthLimit) in processBlock()