Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp190 auto PrintDiffList = [&](SmallVector<FunctionDiff> &FunctionDiffList) { in printDiffsCategorizedByFilesPresent() argument
191 if (FunctionDiffList.empty()) in printDiffsCategorizedByFilesPresent()
193 stable_sort(FunctionDiffList, in printDiffsCategorizedByFilesPresent()
197 for (const auto &FuncDiff : FunctionDiffList) { in printDiffsCategorizedByFilesPresent()