Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp665 SmallPtrSet<Value*, 8> NotRewritable; in RewriteExprTree() local
667 NotRewritable.insert(Ops[i].Op); in RewriteExprTree()
702 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
708 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
733 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
747 if (BO && !NotRewritable.count(BO)) { in RewriteExprTree()