Home | History | Annotate | Download | only in Utils

Lines Matching refs:isConditional

156   assert(SI1->isUnconditional() && SI2->isConditional());
281 if (!BI || BI->isConditional() || BI->getSuccessor(0) != BB)
459 if (BI->isConditional())
480 if (BI->isConditional() && BI->getCondition()->hasOneUse())
1772 if (cast<BranchInst>(IfBlock1->getTerminator())->isConditional()) {
1785 if (cast<BranchInst>(IfBlock2->getTerminator())->isConditional()) {
1844 assert(BI->isConditional() && "Must be a conditional branch");
1933 assert(BI->isConditional() &&
1970 if (BI->isConditional())
1979 if (PBI->isConditional() &&
2050 BasicBlock *FalseDest = (BI->isConditional()) ? BI->getSuccessor(1) : nullptr;
2063 (BI->isConditional() &&
2065 (!BI->isConditional() &&
2073 if (BI->isConditional()) {
2176 if (BI->isConditional()) {
2298 assert(PBI->isConditional() && BI->isConditional());
2331 PBI != BI && PBI->isConditional() &&
4105 if (PBI != BI && PBI->isConditional())