Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGCOV.h265 std::unique_ptr<GCOVBlock>>::const_iterator> BlockIterator; typedef
276 BlockIterator block_begin() const { return Blocks.begin(); } in block_begin()
277 BlockIterator block_end() const { return Blocks.end(); } in block_end()
278 iterator_range<BlockIterator> blocks() const { in blocks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h274 using BlockIterator = pointee_iterator<SmallVectorImpl<
287 BlockIterator block_begin() const { return Blocks.begin(); } in block_begin()
288 BlockIterator block_end() const { return Blocks.end(); } in block_end()
289 iterator_range<BlockIterator> blocks() const { in blocks()