[PATCH] D49659: [gcov] Fix wrong line hit counts when multiple blocks are on the same line
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 27 09:45:42 PDT 2018
lebedev.ri added inline comments.
================
Comment at: include/llvm/ProfileData/GCOV.h:380
+ static bool isBlockOnSameLine(const GCOVBlock *V, const BlockVector &Blocks);
+ static bool circuit(const GCOVBlock *V, const GCOVBlock *Start, Edges &Path, BlockVector &Blocked, BlockVectorLists &BlockLists, const BlockVector &Blocks, uint64_t &Count);
+ static void getCyclesCount(const BlockVector &Blocks, uint64_t &Count);
----------------
I'm not sure this patch is formatted correctly.
Repository:
rL LLVM
https://reviews.llvm.org/D49659
More information about the llvm-commits
mailing list