Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp781 Value *findConditionEquivalence(Value *) const;
2481 Value *NewGVN::findConditionEquivalence(Value *Cond) const { in findConditionEquivalence() function in NewGVN
2492 Value *CondEvaluated = findConditionEquivalence(Cond); in processOutgoingEdges()
2528 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()