Searched refs:shouldSimplify (Results 1 – 4 of 4) sorted by relevance
148 virtual bool shouldSimplify() const { return true; } in shouldSimplify() function
401 bool shouldSimplify() const final;
299 bool DDGBuilder::shouldSimplify() const { return SimplifyDDG; } in shouldSimplify() function in DDGBuilder
377 if (!shouldSimplify()) in simplify()