Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h52 const unsigned TotalAllocaSizeRecursiveCaller = 1024; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2367 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller) { in analyzeBlock()