Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp2753 if (std::optional<int> AttrMaxStackSize = getStringFnAttrAsInt( in analyze() local
2755 FinalStackSizeThreshold = *AttrMaxStackSize; in analyze()