Searched refs:ScopeRanges (Results 1 – 2 of 2) sorted by relevance
195 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges() local220 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()223 ScopeRanges = ArrayRef<InsnRange>(R.getValue(), ScopeRanges.end()); in trimLocationRanges()
295 auto ScopeRanges = cantFail(Die.getParent().getAddressRanges()); in collectStatsForDie() local306 for (DWARFAddressRange R : ScopeRanges) { in collectStatsForDie()