Searched refs:UndriftMaps (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfUse.cpp | 267 DenseMap<uint64_t, LocToLocMap> UndriftMaps; in computeUndriftMap() local 288 UndriftMaps.try_emplace(CallerGUID, std::move(Matchings)).second; in computeUndriftMap() 294 return UndriftMaps; in computeUndriftMap() 300 undriftMemProfRecord(const DenseMap<uint64_t, LocToLocMap> &UndriftMaps, in undriftMemProfRecord() argument 305 auto I = UndriftMaps.find(F.Function); in undriftMemProfRecord() 306 if (I == UndriftMaps.end()) in undriftMemProfRecord() 370 DenseMap<uint64_t, LocToLocMap> &UndriftMaps, in readMemprof() argument 422 undriftMemProfRecord(UndriftMaps, *MemProfRec); in readMemprof() 694 DenseMap<uint64_t, LocToLocMap> UndriftMaps; in run() local 696 UndriftMaps = computeUndriftMap(M, MemProfReader.get(), TLI); in run() [all …]
|