Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp402 int64_t InstCountA, InstCountB, StackSizeA, StackSizeB; in getFunctionDiffListAsJSON() local
404 InstCountA = InstCountB = StackSizeA = StackSizeB = 0; in getFunctionDiffListAsJSON()
416 StackSizeB = Diff.getStackSizeB(); in getFunctionDiffListAsJSON()
428 {"StackSize", {StackSizeA, StackSizeB}}}); in getFunctionDiffListAsJSON()