Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp80 static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128), variable
7035 if (MaxHeapToStackSize != -1) { in updateImpl()
7036 if (!Size || Size->ugt(MaxHeapToStackSize)) { in updateImpl()
7042 << MaxHeapToStackSize << "\n"; in updateImpl()