Searched refs:EndingEntry (Results 1 – 1 of 1) sorted by relevance
1423 auto &EndingEntry = Entries[Entry.getEndIndex()]; in calculateRanges() local1424 End = EndingEntry.isDbgValue() in calculateRanges()1425 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()1426 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()