Searched refs:SmallDataThreshold (Results 1 – 1 of 1) sorted by relevance
27 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable179 << SmallDataThreshold << ": \"" << GV->getName() << "\": "); in isGlobalInSmallSection()232 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()243 return SmallDataThreshold > 0; in isSmallDataEnabled()248 return SmallDataThreshold; in getSmallDataSize()