Searched refs:SwitchCond (Results 1 – 6 of 6) sorted by relevance
4 name: "SwitchCond"
2044 Value *SwitchCond = SI->getCondition(); in processInstruction() local2059 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
2506 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local2507 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()
2121 Value *SwitchCond = SI->getCondition(); in processInstruction() local2136 Changed |= propagateEquality(SwitchCond, i.getCaseValue(), E, true); in processInstruction()
2224 Value *SwitchCond = SI->getCondition(); in processInstruction() local2239 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
2459 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local2460 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()