Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDGCOV.h368 typedef DenseMap<uint32_t, BlockVector> BlockLines; typedef
372 BlockLines Blocks;
/NextBSD/contrib/llvm/lib/IR/
HDGCOV.cpp594 BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex); in print()