|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/IntervalMap.h"#include "llvm/ADT/PointerIntPair.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/simple_ilist.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineInstrBundle.h"#include "llvm/CodeGen/MachinePassManager.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/Compiler.h"#include <algorithm>#include <cassert>#include <iterator>#include <utility>Go to the source code of this file.
Classes | |
| class | llvm::IndexListEntry |
| This class represents an entry in the slot index list held in the SlotIndexes pass. More... | |
| class | llvm::SlotIndex |
| SlotIndex - An opaque wrapper around machine indexes. More... | |
| class | llvm::SlotIndexes |
| SlotIndexes pass. More... | |
| struct | llvm::IntervalMapInfo< SlotIndex > |
| class | llvm::SlotIndexesAnalysis |
| class | llvm::SlotIndexesPrinterPass |
| class | llvm::SlotIndexesWrapperPass |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
| using | llvm::IdxMBBPair = std::pair<SlotIndex, MachineBasicBlock *> |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &os, SlotIndex li) |