LLVM API Documentation
#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"
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 | |
namespace | 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) |