Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp379 for (GCOVArc *e : v.dsts()) in propagateCounts()
932 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo()
934 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h291 iterator_range<EdgeIterator> dsts() const { in dsts() function