Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp598 SmallPtrSet<Value*, 8> NotRewritable; in RewriteExprTree() local
600 NotRewritable.insert(Op.Op); in RewriteExprTree()
637 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
643 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
670 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
686 if (BO && !NotRewritable.count(BO)) { in RewriteExprTree()