Home | History | Annotate | Download | only in Utils

Lines Matching refs:isConditional

148   assert(SI1->isUnconditional() && SI2->isConditional());
220 if (Pred2Br->isConditional()) {
225 if (Pred1Br->isConditional())
232 if (Pred1Br->isConditional()) {
269 assert(BI->isConditional() && "Two successors but not conditional?");
355 if (BI == 0 || BI->isConditional() || BI->getSuccessor(0) != BB)
509 if (BI->isConditional())
530 if (BI->isConditional() && BI->getCondition()->hasOneUse())
1708 if (cast<BranchInst>(IfBlock1->getTerminator())->isConditional()) {
1721 if (cast<BranchInst>(IfBlock2->getTerminator())->isConditional()) {
1780 assert(BI->isConditional() && "Must be a conditional branch");
1869 assert(BI->isConditional() &&
1906 if (BI->isConditional())
1915 if (PBI->isConditional() &&
1986 BasicBlock *FalseDest = (BI->isConditional()) ? BI->getSuccessor(1) : 0;
1999 (BI->isConditional() &&
2001 (!BI->isConditional() &&
2009 if (BI->isConditional()) {
2099 if (BI->isConditional()) {
2221 assert(PBI->isConditional() && BI->isConditional());
2254 PBI != BI && PBI->isConditional() &&
3924 if (PBI != BI && PBI->isConditional())