Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp385 static inline bool isOptSize(const MachineFunction &MF) { in isOptSize() function
2635 if (!isOptSize(MF) && !isMinSize(MF)) in shouldInlineCSR()
2669 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction()
2690 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction()