Searched refs:getOptionAsInteger (Results 1 – 3 of 3) sorted by relevance
199 int AnalyzerOptions::getOptionAsInteger(StringRef Name, int DefaultVal) { in getOptionAsInteger() function in AnalyzerOptions214 AlwaysInlineSize = getOptionAsInteger("ipa-always-inline-size", 3); in getAlwaysInlineSize()234 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue); in getMaxInlinableSize()241 GraphTrimInterval = getOptionAsInteger("graph-trim-interval", 1000); in getGraphTrimInterval()247 MaxTimesInlineLarge = getOptionAsInteger("max-times-inline-large", 32); in getMaxTimesInlineLarge()265 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction()
358 Options.getOptionAsInteger("region-store-small-struct-limit", 2); in RegionStoreManager()
259 int getOptionAsInteger(StringRef Name, int DefaultVal);