HomeSort by: relevance | last modified time | path
    Searched refs:SwitchCond (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 2370 Value *SwitchCond = SI->getCondition();
2385 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true);
NewGVN.cpp 2477 Value *SwitchCond = SI->getCondition();
2478 Value *CondEvaluated = findConditionEquivalence(SwitchCond);

Completed in 28 milliseconds