Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp382 int64_t InstCountA, InstCountB, StackSizeA, StackSizeB; in getFunctionDiffListAsJSON() local
384 InstCountA = InstCountB = StackSizeA = StackSizeB = 0; in getFunctionDiffListAsJSON()
390 StackSizeA = Diff.getStackSizeA(); in getFunctionDiffListAsJSON()
408 {"StackSize", {StackSizeA, StackSizeB}}}); in getFunctionDiffListAsJSON()