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