Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveIntervalUnion

18 #include "LiveIntervalUnion.h"
182 // Verify each LiveIntervalUnion.
220 // Instantiate a LiveIntervalUnion for each physical register.
221 void RegAllocBase::LiveUnionArray::init(LiveIntervalUnion::Allocator &allocator,
225 static_cast<LiveIntervalUnion*>(malloc(sizeof(LiveIntervalUnion)*NRegs));
227 new(Array + r) LiveIntervalUnion(r, allocator);
242 Queries.reset(new LiveIntervalUnion::Query[PhysReg2LiveUnion.numRegs()]);
250 Array[r].~LiveIntervalUnion();
262 // register, unify them with the corresponding LiveIntervalUnion, otherwise push
379 LiveIntervalUnion::Query &Q = query(VirtReg, PhysReg);
413 LiveIntervalUnion::Query &QAlias = query(VirtReg, *asI);
436 LiveIntervalUnion::SegmentIter SI;
438 LiveIntervalUnion &LiveUnion = PhysReg2LiveUnion[PhysReg];