Lines Matching refs:LiveIntervalUnion
30 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify()
57 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
83 LiveIntervalUnion::print(raw_ostream &OS, const TargetRegisterInfo *TRI) const { in print()
97 void LiveIntervalUnion::verify(LiveVirtRegBitSet& VisitedVRegs) { in verify()
105 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { in isSeenInterference()
118 unsigned LiveIntervalUnion::Query::
182 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc, in init()
189 LIUs = static_cast<LiveIntervalUnion*>( in init()
190 safe_malloc(sizeof(LiveIntervalUnion)*NSize)); in init()
192 new(LIUs + i) LiveIntervalUnion(Alloc); in init()
195 void LiveIntervalUnion::Array::clear() { in clear()
199 LIUs[i].~LiveIntervalUnion(); in clear()