File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
llvm/include/llvm/ProfileData Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1818#include " llvm/ProfileData/DataAccessProf.h"
1919#include " llvm/ProfileData/InstrProf.h"
2020#include " llvm/ProfileData/MemProf.h"
21+ #include " llvm/Support/BLAKE3.h"
2122#include " llvm/Support/Compiler.h"
22-
23- #include < functional>
24- #include < optional>
23+ #include " llvm/Support/HashBuilder.h"
2524
2625namespace llvm {
2726namespace memprof {
Original file line number Diff line number Diff line change 1414#ifndef LLVM_PROFILEDATA_MEMPROF_H
1515#define LLVM_PROFILEDATA_MEMPROF_H
1616
17- #include " llvm/ADT/BitVector.h"
18- #include " llvm/ADT/MapVector.h"
17+ #include " llvm/ADT/DenseMap.h"
1918#include " llvm/ADT/STLForwardCompat.h"
2019#include " llvm/ADT/STLFunctionalExtras.h"
2120#include " llvm/ADT/SmallVector.h"
2221#include " llvm/ADT/StringRef.h"
2322#include " llvm/IR/GlobalValue.h"
2423#include " llvm/ProfileData/MemProfData.inc"
25- #include " llvm/Support/BLAKE3.h"
2624#include " llvm/Support/Compiler.h"
2725#include " llvm/Support/Endian.h"
2826#include " llvm/Support/EndianStream.h"
29- #include " llvm/Support/HashBuilder.h"
3027#include " llvm/Support/raw_ostream.h"
3128
3229#include < bitset>
3330#include < cstdint>
34- #include < optional>
3531
3632namespace llvm {
3733namespace yaml {
Original file line number Diff line number Diff line change 1313#ifndef LLVM_PROFILEDATA_MEMPROFRADIXTREE_H
1414#define LLVM_PROFILEDATA_MEMPROFRADIXTREE_H
1515
16+ #include " llvm/ADT/BitVector.h"
1617#include " llvm/ProfileData/IndexedMemProfData.h"
1718#include " llvm/ProfileData/MemProf.h"
1819#include " llvm/Support/Compiler.h"
1920
21+ #include < optional>
22+
2023namespace llvm {
2124namespace memprof {
2225namespace detail {
You can’t perform that action at this time.
0 commit comments