Searched refs:ScopeRanges (Results 1 – 2 of 2) sorted by relevance
181 ArrayRef<InsnRange> ScopeRanges(Scope->getRanges()); in trimLocationRanges() local206 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()209 ScopeRanges = ArrayRef<InsnRange>(*R, ScopeRanges.end()); in trimLocationRanges()
378 auto ScopeRanges = cantFail(Die.getParent().getAddressRanges()); in collectStatsForDie() local389 for (DWARFAddressRange R : ScopeRanges) { in collectStatsForDie()