Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp165 SpillFuncThresholdOs("spill-func-threshold-Os", cl::Hidden, variable
2619 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction()
2640 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction()