|
LLVM 22.0.0git
|
#include "llvm/ADT/MapVector.h"#include "llvm/ADT/PointerIntPair.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineInstr.h"#include <utility>Go to the source code of this file.
Classes | |
| class | llvm::InstructionOrdering |
| Record instruction ordering so we can query their relative positions within a function. More... | |
| class | llvm::DbgValueHistoryMap |
| For each user variable, keep a list of instruction ranges where this variable is accessible. More... | |
| class | llvm::DbgValueHistoryMap::Entry |
| Specifies a change in a variable's debug value history. More... | |
| class | llvm::DbgLabelInstrMap |
| For each inlined instance of a source-level label, keep the corresponding DBG_LABEL instruction. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| void | llvm::calculateDbgEntityHistory (const MachineFunction *MF, const TargetRegisterInfo *TRI, DbgValueHistoryMap &DbgValues, DbgLabelInstrMap &DbgLabels) |