Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp94 int64_t getInstCountB() const { return InstCount[1]; } in getInstCountB() function
101 if (getInstCountB() == 0) in getFilesPresent()
217 InstrsB += FuncDiff.getInstCountB(); in printDiffsCategorizedByFilesPresent()
415 InstCountB = Diff.getInstCountB(); in getFunctionDiffListAsJSON()