Searched refs:InlineLimit (Results 1 – 1 of 1) sorted by relevance
50 InlineLimit("inline-threshold", cl::Hidden, cl::init(225), cl::ZeroOrMore, variable68 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit), InsertLifetime(true) {} in Inliner()71 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ? in Inliner()72 InlineLimit : Threshold), in Inliner()263 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize && in getInlineThreshold()282 if ((InlineLimit.getNumOccurrences() == 0 || in getInlineThreshold()