Searched refs:MaxHeapToStackSize (Results 1 – 1 of 1) sorted by relevance
56 static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128), variable6243 if (MaxHeapToStackSize == -1) { in updateImpl()6254 if (!Size.hasValue() || Size.getValue().ugt(MaxHeapToStackSize)) { in updateImpl()6261 << MaxHeapToStackSize << "\n"; in updateImpl()