Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGCOV.h373 typedef DenseMap<uint32_t, BlockVector> BlockLines; typedef
377 BlockLines Blocks;
/external/llvm/lib/IR/
DGCOV.cpp594 BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex); in print()