Searched refs:SwitchCond (Results 1 – 5 of 5) sorted by relevance
4 name: "SwitchCond"
2076 Value *SwitchCond = SI->getCondition(); in processInstruction() local2082 Changed |= propagateEquality(SwitchCond, SI->getCaseValue(i), Dst); in processInstruction()
1947 Value *SwitchCond = SI->getCondition(); in processInstruction() local1962 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
2527 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local2528 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()
2121 Value *SwitchCond = SI->getCondition(); in processInstruction() local2136 Changed |= propagateEquality(SwitchCond, i.getCaseValue(), E, true); in processInstruction()