Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isInsideBundle

758   while (MII != MBB->end() && MII->isInsideBundle()) {
786 while (++I1 != E1 && I1->isInsideBundle()) {
788 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
845 while (MII != E && MII->isInsideBundle()) {
865 while (MII != E && MII->isInsideBundle()) {
893 if (isInsideBundle())
897 return nextMI != Parent->instr_end() && nextMI->isInsideBundle();
976 while ((++I)->isInsideBundle()) {