Home
last modified time | relevance | path

Searched refs:MaxHeapToStackSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp73 static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128), variable
6328 if (MaxHeapToStackSize != -1) { in updateImpl()
6329 if (!Size || Size.value().ugt(MaxHeapToStackSize)) { in updateImpl()
6335 << MaxHeapToStackSize << "\n"; in updateImpl()