|
LLVM 22.0.0git
|
Code Prefetch Insertion Pass. More...
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/CodeGen/BasicBlockSectionUtils.h"#include "llvm/CodeGen/BasicBlockSectionsProfileReader.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/Passes.h"#include "llvm/InitializePasses.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "insert-code-prefetch" |
Functions | |
| INITIALIZE_PASS_BEGIN (InsertCodePrefetch, DEBUG_TYPE, "Code prefetch insertion", true, false) INITIALIZE_PASS_END(InsertCodePrefetch | |
Variables | |
| DEBUG_TYPE | |
| Code prefetch | insertion |
| Code prefetch | true |
Definition in file InsertCodePrefetch.cpp.
| #define DEBUG_TYPE "insert-code-prefetch" |
Definition at line 32 of file InsertCodePrefetch.cpp.
| INITIALIZE_PASS_BEGIN | ( | InsertCodePrefetch | , |
| DEBUG_TYPE | , | ||
| "Code prefetch insertion" | , | ||
| true | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| DEBUG_TYPE |
Definition at line 63 of file InsertCodePrefetch.cpp.
| Code prefetch insertion |
Definition at line 63 of file InsertCodePrefetch.cpp.
| Code prefetch true |
Definition at line 64 of file InsertCodePrefetch.cpp.