Lines Matching defs:While
186 struct While {
193 While(LoopFinderTester& R, Node* cond) : t(R) {
202 void nest(While& that) {
215 Counter(While& w, int32_t b, int32_t k)
220 Counter(While& w, Node* b, Node* k) : base(b), inc(k) { Build(w); }
222 void Build(While& w) {
236 explicit StoreLoop(While& w)
241 StoreLoop(While& w, Node* b, Node* v) : base(b), val(v) { Build(w); }
243 void Build(While& w) {
254 While w(t, t.p0);
269 While w(t, t.p0);
286 While w(t, t.p0);
302 While w(t, t.p0);
318 While w(t, t.p0);
335 While w1(t, t.p0);
336 While w2(t, t.p0);
363 While w1(t, t.p0);
364 While w2(t, t.p0);
394 While w1(t, t.p0);
395 While w2(t, t.p0);
429 While w1(t, t.p0);
430 While w2(t, t.p0);
450 While w1(t, t.p0);
451 While w2(t, t.p0);
475 While w1(t, t.p0);
476 While w2(t, t.p0);
510 While w1(t, t.p0);
511 While w2(t, t.p0);
512 While w3(t, t.p0);
542 While w1(t, t.p0);
543 While w2(t, t.p0);
544 While w3(t, t.p0);
572 While w1(t, t.p0);
574 While w2(t, t.p0);
576 While w3(t, t.p0);