Searched refs:SSThreshold (Results 1 – 10 of 10) sorted by relevance
33 return Size > 0 && Size <= SSThreshold; in isInSmallSection()93 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
20 unsigned SSThreshold = 8; variable
34 return Size > 0 && Size <= SSThreshold; in isInSmallSection()94 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
21 unsigned SSThreshold = 8; variable
24 static cl::opt<unsigned> SSThreshold( variable46 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
23 static cl::opt<unsigned> SSThreshold( variable45 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
23 static cl::opt<unsigned> SSThreshold( variable44 return Size > 0 && Size <= SSThreshold; in isInSmallSection()
24 SSThreshold("mips-ssection-threshold", cl::Hidden, variable59 return Size > 0 && Size <= SSThreshold; in IsInSmallSection()
24 SSThreshold("mips-ssection-threshold", cl::Hidden, variable64 return Size > 0 && Size <= SSThreshold; in IsInSmallSection()
24 SSThreshold("mips-ssection-threshold", cl::Hidden, variable65 return Size > 0 && Size <= SSThreshold; in IsInSmallSection()