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