Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp136 const int64_t InstDiff = FD.getInstDiff(); in printFunctionDiff() local
137 assert(InstDiff && "Shouldn't get functions with no size change?"); in printFunctionDiff()
152 if (InstDiff > 0) in printFunctionDiff()
157 OS << InstDiff << " instrs, "; in printFunctionDiff()