LLVM API Documentation
#include "llvm/ADT/IntEqClasses.h"#include "llvm/CodeGen/SlotIndexes.h"#include "llvm/Support/AlignOf.h"#include "llvm/Support/Allocator.h"#include <cassert>#include <climits>

Go to the source code of this file.
Classes | |
| class | llvm::VNInfo |
| class | llvm::LiveQueryResult |
| class | llvm::LiveRange |
| struct | llvm::LiveRange::Segment |
| class | llvm::LiveInterval |
| class | llvm::LiveRangeUpdater |
| class | llvm::ConnectedVNInfoEqClasses |
Namespaces | |
| namespace | 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_ostream & | llvm::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) |