Lines Matching refs:loop
5192 // We disable pc-relative load when there is an irreducible loop, as the optimization
5415 Label loop;
5416 __ Bind(&loop);
5422 __ b(&loop, NE);
5432 Label loop, success;
5433 __ Bind(&loop);
5438 __ CompareAndBranchIfNonZero(out, &loop);
5610 Label loop, compare_classes;
5611 __ Bind(&loop);
5631 __ b(&loop, NE);
5637 Label loop;
5638 __ Bind(&loop);
5646 // back at the beginning of the loop.
5647 __ CompareAndBranchIfNonZero(temp, &loop);
6264 // We disable pc-relative load when there is an irreducible loop, as the optimization