Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getsuccessor

406     BasicBlock *DestBB = BI->getSuccessor(0);
500 BasicBlock *DestBB = BI->getSuccessor(0);
2059 if (!BI || !BI->isUnconditional() || BI->getSuccessor(0) != BB)