Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp72 int64_t getInstDiff() const { return InstCount[1] - InstCount[0]; } in getInstDiff() function
136 const int64_t InstDiff = FD.getInstDiff(); in printFunctionDiff()
195 return LHS.getInstDiff() < RHS.getInstDiff(); in printDiffsCategorizedByFilesPresent()
200 if (FuncDiff.getInstDiff()) in printDiffsCategorizedByFilesPresent()