Home
last modified time | relevance | path

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

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