Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2457 unsigned NumCSI = CSI.size(); in useSpillFunction() local
2458 if (NumCSI <= 1) in useSpillFunction()
2463 return Threshold < NumCSI; in useSpillFunction()
2478 unsigned NumCSI = CSI.size(); in useRestoreFunction() local
2479 if (NumCSI <= 1) in useRestoreFunction()
2484 return Threshold < NumCSI; in useRestoreFunction()