Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp640 SmallPtrSet<Value*, 8> NotRewritable; in RewriteExprTree() local
642 NotRewritable.insert(Ops[i].Op); in RewriteExprTree()
677 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
683 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
708 if (BO && !NotRewritable.count(BO)) in RewriteExprTree()
722 if (BO && !NotRewritable.count(BO)) { in RewriteExprTree()