llvm-project
50f8580e - [memprof] Add IndexedMemProfData::addFrame (#118724)

Commit
299 days ago
[memprof] Add IndexedMemProfData::addFrame (#118724) This patch adds a helper function to replace an idiom like: FrameId Id = F.hash(); MemProfData.Frames.try_emplace(Id, F); // Do something with Id.
Parents
Loading