Lines Matching refs:getCondition
550 LatticeVal BCValue = getValueState(BI->getCondition()); in getFeasibleSuccessors()
576 LatticeVal SCValue = getValueState(SI->getCondition()); in getFeasibleSuccessors()
619 LatticeVal BCValue = getValueState(BI->getCondition()); in isEdgeFeasible()
639 LatticeVal SCValue = getValueState(SI->getCondition()); in isEdgeFeasible()
847 LatticeVal CondValue = getValueState(I.getCondition()); in visitSelectInst()
1472 if (!getValueState(BI->getCondition()).isUnknown()) in ResolvedUndefsIn()
1477 if (isa<UndefValue>(BI->getCondition())) { in ResolvedUndefsIn()
1486 markForcedConstant(BI->getCondition(), in ResolvedUndefsIn()
1494 if (!getValueState(SI->getCondition()).isUnknown()) in ResolvedUndefsIn()
1499 if (isa<UndefValue>(SI->getCondition())) { in ResolvedUndefsIn()
1505 markForcedConstant(SI->getCondition(), SI->case_begin().getCaseValue()); in ResolvedUndefsIn()
1829 assert(BI->isConditional() && isa<UndefValue>(BI->getCondition()) && in runIPSCCP()
1832 assert(isa<UndefValue>(SI->getCondition()) && "Switch should fold"); in runIPSCCP()