Lines Matching refs:RE2
1266 RE2 = BB2->getInstList().rend();
1271 while (RI2 != RE2 && isa<DbgInfoIntrinsic>(&*RI2)) ++RI2;
1272 if (RI2 == RE2)
1279 while (RI1 != RE1 && RI2 != RE2) {
1284 while (RI2 != RE2 && isa<DbgInfoIntrinsic>(&*RI2)) ++RI2;
1285 if (RI2 == RE2)
1365 // We need to update RE1 and RE2 if we are going to sink the first
1385 RE2 = BB2->getInstList().rend();