Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isInsideBundle

784     while (++I1 != E1 && I1->isInsideBundle()) {
786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))