LLVM 19.0.0git
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>

Go to the source code of this file.

Classes

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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using llvm::LiveVirtRegBitSet = SparseBitVector< 128 >