Home
last modified time | relevance | path

Searched defs:CountMap (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp48 typedef llvm::ImmutableMap<CountKey, unsigned> CountMap; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp143 typedef DenseMap<uint64_t, unsigned> CountMap; in tryToreplicateChunks() typedef
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp242 llvm::DenseMap<const Stmt *, uint64_t> &CountMap; member