Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp88 static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128), variable
7087 MaxHeapToStackSize != -1) { in updateImpl()
7088 if (!Size || Size->ugt(MaxHeapToStackSize)) { in updateImpl()
7094 << MaxHeapToStackSize << "\n"; in updateImpl()