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