Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp292 for (GCOVBlock &block : fn->blocksRange()) in readGCDA()
703 for (const GCOVBlock &b : f.blocksRange()) { in collectFunction()
953 for (const GCOVBlock &b : f.blocksRange()) in printFunctionDetails()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h248 iterator_range<BlockIterator> blocksRange() const { in blocksRange() function