|
LLVM 24.0.0git
|
This file implements the Localizer class. More...
#include "llvm/CodeGen/GlobalISel/Localizer.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SetVector.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/CodeGen/GlobalISel/GenericMachineInstrs.h"#include "llvm/CodeGen/GlobalISel/Utils.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionAnalysisManager.h"#include "llvm/CodeGen/MachinePassManager.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/IR/Analysis.h"#include "llvm/InitializePasses.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "localizer" |
Functions | |
| INITIALIZE_PASS_BEGIN (LocalizerLegacy, DEBUG_TYPE, "Move/duplicate certain instructions close to their use", false, false) INITIALIZE_PASS_END(LocalizerLegacy | |
Variables | |
| DEBUG_TYPE | |
| Move duplicate certain instructions close to their | use |
| Move duplicate certain instructions close to their | false |
This file implements the Localizer class.
Definition in file Localizer.cpp.
| #define DEBUG_TYPE "localizer" |
Definition at line 28 of file Localizer.cpp.
| INITIALIZE_PASS_BEGIN | ( | LocalizerLegacy | , |
| DEBUG_TYPE | , | ||
| "Move/duplicate certain instructions close to their use" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| DEBUG_TYPE |
Definition at line 76 of file Localizer.cpp.
| Move duplicate certain instructions close to their false |
Definition at line 78 of file Localizer.cpp.
| void Simplifier::Context::use |
Definition at line 77 of file Localizer.cpp.
Referenced by llvm::GEPOperator::countNonConstantIndices().