Lines Matching refs:getCondition
586 Value *Cond = BInst->getCondition(); in isUnreachableDueToPreviousUnswitching()
758 Value *LoopCond = findLIVLoopCondition(BI->getCondition(), CurrentLoop, in processCurrentLoop()
768 Value *SC = SI->getCondition(); in processCurrentLoop()
832 Value *LoopCond = findLIVLoopCondition(SI->getCondition(), CurrentLoop, in processCurrentLoop()
1191 } else if (BI->getCondition() == ConstantInt::getTrue(Context)) { in tryTrivialLoopUnswitch()
1193 } else if (BI->getCondition() == ConstantInt::getFalse(Context)) { in tryTrivialLoopUnswitch()
1202 ConstantInt *Cond = dyn_cast<ConstantInt>(SI->getCondition()); in tryTrivialLoopUnswitch()
1225 Value *LoopCond = findLIVLoopCondition(BI->getCondition(), CurrentLoop, in tryTrivialLoopUnswitch()
1231 if (!LoopCond || LoopCond != BI->getCondition()) in tryTrivialLoopUnswitch()
1260 Value *LoopCond = findLIVLoopCondition(SI->getCondition(), CurrentLoop, in tryTrivialLoopUnswitch()
1266 if (!LoopCond || LoopCond != SI->getCondition()) in tryTrivialLoopUnswitch()