Searched refs:RecurStackSizeThreshold (Results 1 – 1 of 1) sorted by relevance
163 static cl::opt<size_t> RecurStackSizeThreshold( variable2796 if (IsCallerRecursive && AllocatedSize > RecurStackSizeThreshold) { in analyzeBlock()