MCPcopy Create free account
hub / github.com/dynjs/dynjs / isEmpty

Method isEmpty

src/main/java/org/dynjs/ir/representations/BasicBlock.java:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 public boolean isEmpty() {
88 return instructions.isEmpty();
89 }
90
91 @Override
92 public int compareTo(Object o) {

Callers 3

deleteOrphanedBlocksMethod · 0.45
mergeBBsMethod · 0.45
optimizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected