Home | History | Annotate | Download | only in Utils

Lines Matching refs:isConditional

153   assert(SI1->isUnconditional() && SI2->isConditional());
273 if (BI == 0 || BI->isConditional() || BI->getSuccessor(0) != BB)
451 if (BI->isConditional())
472 if (BI->isConditional() && BI->getCondition()->hasOneUse())
1752 if (cast<BranchInst>(IfBlock1->getTerminator())->isConditional()) {
1765 if (cast<BranchInst>(IfBlock2->getTerminator())->isConditional()) {
1824 assert(BI->isConditional() && "Must be a conditional branch");
1913 assert(BI->isConditional() &&
1950 if (BI->isConditional())
1959 if (PBI->isConditional() &&
2030 BasicBlock *FalseDest = (BI->isConditional()) ? BI->getSuccessor(1) : 0;
2043 (BI->isConditional() &&
2045 (!BI->isConditional() &&
2053 if (BI->isConditional()) {
2143 if (BI->isConditional()) {
2265 assert(PBI->isConditional() && BI->isConditional());
2298 PBI != BI && PBI->isConditional() &&
3974 if (PBI != BI && PBI->isConditional())