Searched refs:SSThreshold (Results 1 – 5 of 5) sorted by relevance
23 static cl::opt<unsigned> SSThreshold( variable44 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
64 return Size > 0 && Size <= SSThreshold; in isInSmallSection()125 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
25 unsigned SSThreshold = 8; variable
24 SSThreshold("mips-ssection-threshold", cl::Hidden, variable64 return Size > 0 && Size <= SSThreshold; in IsInSmallSection()
30 static cl::opt<unsigned> SSThreshold( variable