Searched refs:FuncDiff (Results 1 – 1 of 1) sorted by relevance
211 for (const auto &FuncDiff : FunctionDiffList) { in printDiffsCategorizedByFilesPresent() local214 if (FuncDiff.getInstDiff()) in printDiffsCategorizedByFilesPresent()215 printFunctionDiff(FuncDiff, OS); in printDiffsCategorizedByFilesPresent()216 InstrsA += FuncDiff.getInstCountA(); in printDiffsCategorizedByFilesPresent()217 InstrsB += FuncDiff.getInstCountB(); in printDiffsCategorizedByFilesPresent()218 StackA += FuncDiff.getStackSizeA(); in printDiffsCategorizedByFilesPresent()219 StackB += FuncDiff.getStackSizeB(); in printDiffsCategorizedByFilesPresent()378 FunctionDiff FuncDiff(FuncName, SizeInfoA, SizeInfoB); in computeDiff() local379 DiffsByFilesPresent.addDiff(FuncDiff); in computeDiff()