Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp320 inline bool isOptSize(const MachineFunction &MF) { in isOptSize() function
2278 if (!isOptSize(MF) && !isMinSize(MF)) in shouldInlineCSR()
2313 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs in useSpillFunction()
2335 unsigned Threshold = isOptSize(MF) ? SpillFuncThresholdOs-1 in useRestoreFunction()