Home | History | Annotate | Download | only in IR

Lines Matching refs:Stop

57 Use *Use::initTags(Use *const Start, Use *Stop) {
60 if (Start == Stop--)
67 new (Stop) Use(tags[Done++]);
71 while (Start != Stop) {
72 --Stop;
74 new (Stop) Use(stopTag);
78 new (Stop) Use(PrevPtrTag(Count & 1));
87 void Use::zap(Use *Start, const Use *Stop, bool del) {
88 while (Start != Stop)
89 (--Stop)->~Use();