Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp150 const int64_t InstDiff = FD.getInstDiff(); in printFunctionDiff() local
151 assert(InstDiff && "Shouldn't get functions with no size change?"); in printFunctionDiff()
166 if (InstDiff > 0) in printFunctionDiff()
171 OS << InstDiff << " instrs, "; in printFunctionDiff()