File tree Expand file tree Collapse file tree 12 files changed +0
-15
lines changed
llvm/lib/Transforms/Instrumentation Expand file tree Collapse file tree 12 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 2727#include " llvm/Support/CommandLine.h"
2828#include " llvm/Support/Debug.h"
2929#include " llvm/Support/raw_ostream.h"
30- #include < cstdint>
3130#include < utility>
3231
3332using namespace llvm ;
Original file line number Diff line number Diff line change 3434#include " llvm/Support/BranchProbability.h"
3535#include " llvm/Support/CommandLine.h"
3636#include " llvm/Support/MemoryBuffer.h"
37- #include " llvm/Transforms/Utils.h"
3837#include " llvm/Transforms/Utils/BasicBlockUtils.h"
3938#include " llvm/Transforms/Utils/Cloning.h"
4039#include " llvm/Transforms/Utils/ValueMapper.h"
Original file line number Diff line number Diff line change 3434#include " llvm/IR/Constant.h"
3535#include " llvm/IR/Constants.h"
3636#include " llvm/IR/DataLayout.h"
37- #include " llvm/IR/DebugInfoMetadata.h"
3837#include " llvm/IR/DerivedTypes.h"
3938#include " llvm/IR/Dominators.h"
4039#include " llvm/IR/Function.h"
Original file line number Diff line number Diff line change 4242#include " llvm/Transforms/Utils/Instrumentation.h"
4343#include < cassert>
4444#include < cstdint>
45- #include < memory>
4645#include < set>
4746#include < string>
4847#include < unordered_map>
Original file line number Diff line number Diff line change 2020#include " llvm/Support/FileSystem.h"
2121#include " llvm/Support/raw_ostream.h"
2222#include " llvm/Transforms/Utils/Instrumentation.h"
23- #include < fstream>
2423#include < mutex>
2524#include < sstream>
2625
Original file line number Diff line number Diff line change 4141#include " llvm/IR/MDBuilder.h"
4242#include " llvm/IR/Module.h"
4343#include " llvm/IR/Type.h"
44- #include " llvm/InitializePasses.h"
4544#include " llvm/Pass.h"
4645#include " llvm/ProfileData/InstrProf.h"
4746#include " llvm/ProfileData/InstrProfCorrelator.h"
Original file line number Diff line number Diff line change 1717#include " llvm/IR/DiagnosticInfo.h"
1818#include " llvm/IR/DiagnosticPrinter.h"
1919#include " llvm/IR/Function.h"
20- #include " llvm/IR/GlobalObject.h"
2120#include " llvm/IR/IRBuilder.h"
2221#include " llvm/IR/InstIterator.h"
2322#include " llvm/IR/Instructions.h"
Original file line number Diff line number Diff line change 1313#include " llvm/ADT/StringRef.h"
1414#include " llvm/Analysis/OptimizationRemarkEmitter.h"
1515#include " llvm/Analysis/ProfileSummaryInfo.h"
16- #include " llvm/IR/Constant.h"
1716#include " llvm/IR/Constants.h"
1817#include " llvm/IR/DiagnosticInfo.h"
1918#include " llvm/IR/Instructions.h"
Original file line number Diff line number Diff line change 1616#include " llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h"
1717
1818#include " llvm/ADT/DenseMap.h"
19- #include " llvm/ADT/SmallString.h"
2019#include " llvm/ADT/SmallVector.h"
2120#include " llvm/ADT/Statistic.h"
2221#include " llvm/ADT/StringExtras.h"
3231#include " llvm/IR/Metadata.h"
3332#include " llvm/IR/Module.h"
3433#include " llvm/IR/Type.h"
35- #include " llvm/InitializePasses.h"
3634#include " llvm/Support/CommandLine.h"
3735#include " llvm/Support/Debug.h"
38- #include " llvm/Support/MathExtras.h"
3936#include " llvm/Support/Regex.h"
4037#include " llvm/Support/raw_ostream.h"
4138#include " llvm/Transforms/Utils/BasicBlockUtils.h"
42- #include " llvm/Transforms/Utils/EscapeEnumerator.h"
4339#include " llvm/Transforms/Utils/Instrumentation.h"
4440#include " llvm/Transforms/Utils/Local.h"
4541#include " llvm/Transforms/Utils/ModuleUtils.h"
Original file line number Diff line number Diff line change 3636#include " llvm/ProfileData/InstrProf.h"
3737#include " llvm/Support/Allocator.h"
3838#include " llvm/Support/CommandLine.h"
39- #include " llvm/Support/Debug.h"
4039#include " llvm/Support/SpecialCaseList.h"
4140#include " llvm/Support/StringSaver.h"
4241#include " llvm/Support/VirtualFileSystem.h"
You can’t perform that action at this time.
0 commit comments