Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp204 auto PrintDiffList = [&](SmallVector<FunctionDiff> &FunctionDiffList) { in printDiffsCategorizedByFilesPresent() argument
205 if (FunctionDiffList.empty()) in printDiffsCategorizedByFilesPresent()
207 stable_sort(FunctionDiffList, in printDiffsCategorizedByFilesPresent()
211 for (const auto &FuncDiff : FunctionDiffList) { in printDiffsCategorizedByFilesPresent()