Lines Matching refs:getCondition
571 Value *Cond = BInst->getCondition(); in isUnreachableDueToPreviousUnswitching()
739 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in processCurrentLoop()
748 Value *SC = SI->getCondition(); in processCurrentLoop()
812 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop()
1093 } else if (BI->getCondition() == ConstantInt::getTrue(Context)) { in TryTrivialLoopUnswitch()
1095 } else if (BI->getCondition() == ConstantInt::getFalse(Context)) { in TryTrivialLoopUnswitch()
1104 ConstantInt *Cond = dyn_cast<ConstantInt>(SI->getCondition()); in TryTrivialLoopUnswitch()
1127 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in TryTrivialLoopUnswitch()
1132 if (!LoopCond || LoopCond != BI->getCondition()) in TryTrivialLoopUnswitch()
1161 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in TryTrivialLoopUnswitch()
1166 if (!LoopCond || LoopCond != SI->getCondition()) in TryTrivialLoopUnswitch()