Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp47 typedef llvm::ImmutableMap<CountKey, unsigned> CountMap; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp45 using CountMap = DenseMap<uint64_t, unsigned>; in tryToreplicateChunks() typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp374 llvm::DenseMap<const Stmt *, uint64_t> &CountMap; member