Lines Matching refs:LiveIntervalUnion
29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify()
56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
82 LiveIntervalUnion::print(raw_ostream &OS, const TargetRegisterInfo *TRI) const { in print()
96 void LiveIntervalUnion::verify(LiveVirtRegBitSet& VisitedVRegs) { in verify()
104 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { in isSeenInterference()
119 unsigned LiveIntervalUnion::Query::
184 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
191 LIUs = static_cast<LiveIntervalUnion*>( in init()
192 malloc(sizeof(LiveIntervalUnion)*NSize)); in init()
194 new(LIUs + i) LiveIntervalUnion(Alloc); in init()
197 void LiveIntervalUnion::Array::clear() { in clear()
201 LIUs[i].~LiveIntervalUnion(); in clear()