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