Lines Matching refs:loop
4287 // We disable pc-relative load when there is an irreducible loop, as the optimization
5987 // We disable pc-relative load when there is an irreducible loop, as the optimization
6211 NearLabel loop;
6212 __ Bind(&loop);
6224 __ j(kNotEqual, &loop);
6234 NearLabel loop, success;
6235 __ Bind(&loop);
6246 __ j(kNotEqual, &loop);
6432 NearLabel loop, compare_classes;
6433 __ Bind(&loop);
6459 __ j(kNotEqual, &loop);
6465 NearLabel loop;
6466 __ Bind(&loop);
6479 // back at the beginning of the loop.
6481 __ j(kNotEqual, &loop);