LLVM
8.0.1
|
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include <cassert>
#include <limits>
Go to the source code of this file.
Classes | |
class | llvm::SparseBitVector< ElementSize > |
class | llvm::LiveIntervalUnion |
Union of live intervals that are strong candidates for coalescing into a single register (either physical or virtual depending on the context). More... | |
class | llvm::LiveIntervalUnion::Query |
Query interferences between a single live virtual register and a live interval union. More... | |
class | llvm::LiveIntervalUnion::Array |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Typedefs | |
using | llvm::LiveVirtRegBitSet = SparseBitVector< 128 > |