Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Succ

900   MachineBasicBlock::instr_iterator Succ = this;
901 ++Succ;
902 assert(!Succ->isBundledWithPred() && "Inconsistent bundle flags");
903 Succ->setFlag(BundledPred);
918 MachineBasicBlock::instr_iterator Succ = this;
919 ++Succ;
920 assert(Succ->isBundledWithPred() && "Inconsistent bundle flags");
921 Succ->clearFlag(BundledPred);