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