LLVM  8.0.1
Classes | Namespaces | Typedefs
LiveIntervalUnion.h File Reference
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include <cassert>
#include <limits>
Include dependency graph for LiveIntervalUnion.h:
This graph shows which files directly or indirectly include this file:

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 >