Skip to content

getAlgebraicRules

A standard set of algebraic rules for simple optimizations

Synopsis

Declared in <src/midend/programTransformation/finiteDifferencing/patternRewrite.h>

[[visibility]]
RewriteRule*
getAlgebraicRules();

Return Value

Definition of a rewrite rule on a given SgNode. The rule modifies the node and/or its children in‐place, and then returns true for success or false for failure.

Created with MrDocs