Searched refs:MaxNumPartialInlining (Results 1 – 1 of 1) sorted by relevance
139 static cl::opt<int> MaxNumPartialInlining( variable296 return (MaxNumPartialInlining != -1 && in IsLimitReached()297 NumPartialInlining >= MaxNumPartialInlining); in IsLimitReached()