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()
102 LiveInterval *LiveIntervalUnion::getOneVReg() const { in getOneVReg()
114 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { in isSeenInterference()
127 unsigned LiveIntervalUnion::Query::
194 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
201 LIUs = static_cast<LiveIntervalUnion*>( in init()
202 safe_malloc(sizeof(LiveIntervalUnion)*NSize)); in init()
204 new(LIUs + i) LiveIntervalUnion(Alloc); in init()
207 void LiveIntervalUnion::Array::clear() { in clear()
211 LIUs[i].~LiveIntervalUnion(); in clear()