reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
99 Segment *S = segmentAt(I); 160 Segment *S = segmentAt(I); 188 Segment *S = segmentAt(I); 210 Segment *MergeToSeg = segmentAt(MergeTo); 219 iterator addSegment(Segment S) { 273 Segment *segmentAt(iterator I) { return const_cast<Segment *>(&(*I)); } 295 void insertAtEnd(const Segment &S) { LR->segments.push_back(S); } 299 iterator findInsertPos(Segment S) { return llvm::upper_bound(*LR, S.start); } 321 void insertAtEnd(const Segment &S) { 336 iterator findInsertPos(Segment S) {