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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp655 /// NotRewritable - The operands being written will be the leaves of the new
665 SmallPtrSet<Value*, 8> NotRewritable; local
667 NotRewritable.insert(Ops[i].Op);
702 if (BO && !NotRewritable.count(BO))
708 if (BO && !NotRewritable.count(BO))
733 if (BO && !NotRewritable.count(BO))
747 if (BO && !NotRewritable.count(BO)) {

Completed in 114 milliseconds