Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp47 static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128), variable
5212 if (MaxHeapToStackSize == -1) { in updateImpl()
5219 if (Size->getValue().ule(MaxHeapToStackSize)) in updateImpl()
5225 if (MaxHeapToStackSize == -1) { in updateImpl()
5233 if (Size->getValue().ule(MaxHeapToStackSize)) in updateImpl()
5239 if (MaxHeapToStackSize == -1) { in updateImpl()
5249 .ule(MaxHeapToStackSize)) in updateImpl()