MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / EGraph

Class EGraph

ir/fast_math.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace {
25
26class EGraph;
27
28struct Node {
29 enum { Add, Sub, Mul, Div, Neg, Leaf } operation;

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected