LLVM 18.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/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/Support/Allocator.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... | |
struct | llvm::ilist_alloc_traits< IndexListEntry > |
class | llvm::SlotIndex |
SlotIndex - An opaque wrapper around machine indexes. More... | |
class | llvm::SlotIndexes |
SlotIndexes pass. More... | |
struct | llvm::IntervalMapInfo< SlotIndex > |
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) |