Home | History | Annotate | Download | only in Utils

Lines Matching refs:BI1

1326 static bool SinkThenElseCodeToEnd(BranchInst *BI1) {
1327 assert(BI1->isUnconditional());
1328 BasicBlock *BB1 = BI1->getParent();
1329 BasicBlock *BBEnd = BI1->getSuccessor(0);