Home | History | Annotate | Download | only in Utils

Lines Matching refs:BI1

1132 static bool SinkThenElseCodeToEnd(BranchInst *BI1) {
1133 assert(BI1->isUnconditional());
1134 BasicBlock *BB1 = BI1->getParent();
1135 BasicBlock *BBEnd = BI1->getSuccessor(0);