Searched refs:CountMap (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp47 typedef llvm::ImmutableMap<CountKey, unsigned> CountMap; typedef
49 static inline CountMap GetMap(void *D) {
50 return CountMap(static_cast<CountMap::TreeTy*>(D));
53 static inline CountMap::Factory& GetFactory(void *F) {
54 return *static_cast<CountMap::Factory*>(F);
59 CountMap M = GetMap(Data);
60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
65 F = new CountMap::Factory(Alloc);
69 delete static_cast<CountMap
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp359 llvm::DenseMap<const Stmt *, uint64_t> &CountMap; member in struct:__anon1801::ComputeRegionCounts
369 ComputeRegionCounts(llvm::DenseMap<const Stmt *, uint64_t> &CountMap, argument
371 : PGO(PGO), RecordNextStmtCount(false), CountMap(CountMap) {}
375 CountMap[S] = CurrentCount;
396 CountMap[D->getBody()] = BodyCount;
408 CountMap[D->getBody()] = BodyCount;
415 CountMap[D->getBody()] = BodyCount;
422 CountMap[D->getBody()] = BodyCount;
452 CountMap[
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp46 using CountMap = DenseMap<uint64_t, unsigned>;
48 CountMap Counts;
55 for (CountMap::const_iterator Chunk = Counts.begin(), End = Counts.end();

Completed in 164 milliseconds