Searched refs:shouldSimplify (Results 1 – 4 of 4) sorted by relevance
147 virtual bool shouldSimplify() const { return true; } in shouldSimplify() function
410 bool shouldSimplify() const final override;
300 bool DDGBuilder::shouldSimplify() const { return SimplifyDDG; } in shouldSimplify() function in DDGBuilder
378 if (!shouldSimplify()) in simplify()