LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBundle.h"
#include "llvm/Support/Allocator.h"
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
 
struct  llvm::ilist_traits< IndexListEntry >
 
class  llvm::SlotIndex
 SlotIndex - An opaque wrapper around machine indexes. More...
 
struct  llvm::isPodLike< SlotIndex >
 
struct  llvm::Idx2MBBCompare
 
class  llvm::SlotIndexes
 
struct  llvm::IntervalMapInfo< SlotIndex >
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Typedefs

typedef std::pair< SlotIndex,
MachineBasicBlock * > 
llvm::IdxMBBPair
 

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)