LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
LiveInterval.h File Reference
#include "llvm/ADT/IntEqClasses.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/Support/AlignOf.h"
#include "llvm/Support/Allocator.h"
#include <cassert>
#include <climits>
Include dependency graph for LiveInterval.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallPtrSet< PtrType, SmallSize >
 
class  llvm::VNInfo
 
class  llvm::LiveQueryResult
 
class  llvm::LiveRange
 
struct  llvm::LiveRange::Segment
 
class  llvm::LiveInterval
 
class  llvm::LiveRangeUpdater
 
class  llvm::ConnectedVNInfoEqClasses
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &OS, const LiveRange &LR)
 
raw_ostream & llvm::operator<< (raw_ostream &OS, const LiveInterval &LI)
 
raw_ostreamllvm::operator<< (raw_ostream &OS, const LiveRange::Segment &S)
 
bool llvm::operator< (SlotIndex V, const LiveRange::Segment &S)
 
bool llvm::operator< (const LiveRange::Segment &S, SlotIndex V)
 
raw_ostream & llvm::operator<< (raw_ostream &OS, const LiveRangeUpdater &X)