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