Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp387 static inline bool isOptSize(const MachineFunction &MF) { in isOptSize() function
2585 if (!isOptSize(MF) && !isMinSize(MF)) in shouldInlineCSR()
2619 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction()
2640 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction()