Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp176 static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128), variable
4587 if (Size->getValue().ule(MaxHeapToStackSize)) in updateImpl()
4597 .ule(MaxHeapToStackSize)) in updateImpl()