Searched refs:RURange (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp712 const LiveRange &RURange = getRegUnit(*Unit); local
713 if (RURange.empty())
715 RU.push_back(std::make_pair(&RURange, RURange.find(LI.begin()->end)));
745 const LiveRange &RURange = *RUP.first; local
747 if (I == RURange.end())
749 I = RURange.advanceTo(I, RI->end);
750 if (I == RURange.end() || I->start >= RI->end)

Completed in 169 milliseconds