Lines Matching refs:endLoc
678 DecisionEndLoc(Decision.endLoc()) { in DecisionRecord()
686 R.startLoc() >= DecisionStartLoc && R.endLoc() <= DecisionEndLoc) in dominates()
1154 return L->endLoc() < R->endLoc(); in completeRegionsUntil()
1161 assert((!Loc || CompletedRegion->endLoc() <= *Loc) && in completeRegionsUntil()
1165 auto CompletedSegmentLoc = PrevCompletedRegion->endLoc(); in completeRegionsUntil()
1173 if (CompletedSegmentLoc == CompletedRegion->endLoc()) in completeRegionsUntil()
1178 if (CompletedRegion->endLoc() == ActiveRegions[J]->endLoc()) in completeRegionsUntil()
1185 if (FirstCompletedRegion && Last->endLoc() != *Loc) { in completeRegionsUntil()
1188 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
1190 } else if (!FirstCompletedRegion && (!Loc || *Loc != Last->endLoc())) { in completeRegionsUntil()
1193 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
1208 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
1219 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
1254 if (LHS.endLoc() != RHS.endLoc()) in sortNestedRegions()
1256 return RHS.endLoc() < LHS.endLoc(); in sortNestedRegions()
1280 Active->endLoc() != I->endLoc()) { in combineRegions()