Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DInlineCost.h57 const uint64_t MaxSimplifiedDynamicAllocaToInline = 65536; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInlineCost.cpp1400 if (AllocatedSize > InlineConstants::MaxSimplifiedDynamicAllocaToInline) in visitAlloca()