LLVM 20.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/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/GlobalISel/GenericMachineInstrs.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetLowering.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 (Localizer, DEBUG_TYPE, "Move/duplicate certain instructions close to their use", false, false) INITIALIZE_PASS_END(Localizer | |
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 23 of file Localizer.cpp.
INITIALIZE_PASS_BEGIN | ( | Localizer | , |
DEBUG_TYPE | , | ||
"Move/duplicate certain instructions close to their use" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 32 of file Localizer.cpp.
Move duplicate certain instructions close to their false |
Definition at line 34 of file Localizer.cpp.
Move duplicate certain instructions close to their use |
Definition at line 33 of file Localizer.cpp.
Referenced by llvm::GEPOperator::countNonConstantIndices(), and llvm::mca::ResourceManager::issueInstruction().