|
LLVM 22.0.0git
|
#include "X86.h"#include "X86Subtarget.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/Module.h"#include "llvm/ProfileData/SampleProf.h"#include "llvm/ProfileData/SampleProfReader.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/Transforms/IPO/SampleProfile.h"Go to the source code of this file.
Variables | |
| static cl::opt< std::string > | PrefetchHintsFile ("prefetch-hints-file", cl::desc("Path to the prefetch hints profile. See also " "-x86-discriminate-memops"), cl::Hidden) |
|
static |
Referenced by llvm::createX86InsertPrefetchPass().