LLVM  8.0.1
Classes | Namespaces | Typedefs | Functions
SlotIndexes.h File Reference
#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/Pass.h"
#include "llvm/Support/Allocator.h"
#include <algorithm>
#include <cassert>
#include <iterator>
#include <utility>
Include dependency graph for SlotIndexes.h:
This graph shows which files directly or indirectly include this file:

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...
 
struct  llvm::isPodLike< SlotIndex >
 
struct  llvm::Idx2MBBCompare
 
class  llvm::SlotIndexes
 SlotIndexes pass. More...
 
struct  llvm::IntervalMapInfo< SlotIndex >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Typedefs

using llvm::IdxMBBPair = std::pair< SlotIndex, MachineBasicBlock * >
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &os, SlotIndex li)
 
bool llvm::operator< (SlotIndex V, const IdxMBBPair &IM)
 
bool llvm::operator< (const IdxMBBPair &IM, SlotIndex V)