Home
last modified time | relevance | path

Searched refs:SwitchCond (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2757 Value *SwitchCond = SI->getCondition(); in processInstruction() local
2771 Changed |= propagateEquality(SwitchCond, Case.getCaseValue(), E, true); in processInstruction()
H A DNewGVN.cpp2553 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local
2554 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()