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

Method remove

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

Source from the content-addressed store, hash-verified

95 }
96
97 void remove(const Node &node) {
98 auto I = nodes.find(node);
99 assert(I != nodes.end());
100 erase(nodes_eqs[I->second], &node);
101 nodes.erase(I);
102 }
103
104public:
105 unsigned root(unsigned n) {

Callers 3

on_rm_errorFunction · 0.80
executeBuiltinRmFunction · 0.80
_executeShCmdFunction · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by 3

on_rm_errorFunction · 0.64
executeBuiltinRmFunction · 0.64
_executeShCmdFunction · 0.64