Home
last modified time | relevance | path

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

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