Searched refs:MaxNumPartialInlining (Results 1 – 1 of 1) sorted by relevance
129 static cl::opt<int> MaxNumPartialInlining( variable299 return (MaxNumPartialInlining != -1 && in isLimitReached()300 NumPartialInlining >= MaxNumPartialInlining); in isLimitReached()