|
LLVM
8.0.1
|
This file implements the Localizer class. More...
#include "llvm/CodeGen/GlobalISel/Localizer.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Support/Debug.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "localizer" |
Functions | |
| INITIALIZE_PASS (Localizer, DEBUG_TYPE, "Move/duplicate certain instructions close to their use", false, false) Localizer | |
This file implements the Localizer class.
Definition in file Localizer.cpp.
| #define DEBUG_TYPE "localizer" |
Definition at line 19 of file Localizer.cpp.
| INITIALIZE_PASS | ( | Localizer | , |
| DEBUG_TYPE | , | ||
| "Move/duplicate certain instructions close to their use" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 24 of file Localizer.cpp.
References llvm::MachineInstr::getOpcode(), llvm::PassRegistry::getPassRegistry(), llvm::MachineFunction::getRegInfo(), llvm::initializeLocalizerPass(), and MI.
1.8.13