Searched refs:FuncDiff (Results 1 – 1 of 1) sorted by relevance
197 for (const auto &FuncDiff : FunctionDiffList) { in printDiffsCategorizedByFilesPresent() local200 if (FuncDiff.getInstDiff()) in printDiffsCategorizedByFilesPresent()201 printFunctionDiff(FuncDiff, OS); in printDiffsCategorizedByFilesPresent()202 InstrsA += FuncDiff.getInstCountA(); in printDiffsCategorizedByFilesPresent()203 InstrsB += FuncDiff.getInstCountB(); in printDiffsCategorizedByFilesPresent()204 StackA += FuncDiff.getStackSizeA(); in printDiffsCategorizedByFilesPresent()205 StackB += FuncDiff.getStackSizeB(); in printDiffsCategorizedByFilesPresent()358 FunctionDiff FuncDiff(FuncName, SizeInfoA, SizeInfoB); in computeDiff() local359 DiffsByFilesPresent.addDiff(FuncDiff); in computeDiff()