Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1917 Value *SwitchCond = SI->getCondition(); in processInstruction() local
1932 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
H A DNewGVN.cpp2530 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local
2531 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()