Searched refs:MaxHeapToStackSize (Results 1 – 1 of 1) sorted by relevance
80 static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128), variable7035 if (MaxHeapToStackSize != -1) { in updateImpl()7036 if (!Size || Size->ugt(MaxHeapToStackSize)) { in updateImpl()7042 << MaxHeapToStackSize << "\n"; in updateImpl()