Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2370 Value *SwitchCond = SI->getCondition(); in processInstruction() local
2385 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
H A DNewGVN.cpp2477 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local
2478 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()