|
LLVM
8.0.1
|
#include "llvm/Transforms/Instrumentation/CGProfile.h"#include "llvm/ADT/MapVector.h"#include "llvm/Analysis/BlockFrequencyInfo.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/MDBuilder.h"#include "llvm/IR/PassManager.h"#include "llvm/ProfileData/InstrProf.h"#include "llvm/Transforms/Instrumentation.h"#include <array>
1.8.13