MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / visit

Method visit

chapter19/src/main/java/com/seaofnodes/simple/CodeGen.java:68–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 // Popular visit bitset, declared here, so it gets reused all over
67 public final BitSet _visit = new BitSet();
68 public BitSet visit() { assert _visit.isEmpty(); return _visit; }
69
70 // Start and stop; end points of the generated IR
71 public StartNode _start;

Callers 8

instSelectMethod · 0.95
buildCFGMethod · 0.45
d3.v7.min.jsFile · 0.45
aFunction · 0.45
fFunction · 0.45
d3.v7.min.jsFile · 0.45
aFunction · 0.45
fFunction · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected