Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGCOV.h372 typedef SmallVector<const GCOVBlock *, 4> BlockVector; typedef
373 typedef DenseMap<uint32_t, BlockVector> BlockLines;
/external/llvm/lib/IR/
DGCOV.cpp600 const BlockVector &Blocks = BlocksIt->second; in print()