Lines Matching refs:endLoc
619 DecisionEndLoc(Decision.endLoc()) { in DecisionRecord()
627 R.startLoc() >= DecisionStartLoc && R.endLoc() <= DecisionEndLoc) in dominates()
1105 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
1112 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
1116 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
1124 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
1129 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
1136 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
1139 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
1141 } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) { in completeRegionsUntil()
1144 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
1159 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
1170 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
1205 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
1207 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
1231 Active->endLoc() != I->endLoc()) { in combineRegions()