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

Method createBB

src/main/java/org/dynjs/ir/representations/CFG.java:210–212  ·  view source on GitHub ↗
(Stack<ExceptionRegion> nestedExceptionRegions)

Source from the content-addressed store, hash-verified

208 }
209
210 private BasicBlock createBB(Stack<ExceptionRegion> nestedExceptionRegions) {
211 return createBB(scope.getNewLabel(), nestedExceptionRegions);
212 }
213
214 private BasicBlock createBB(Label label, Stack<ExceptionRegion> nestedExceptionRegions) {
215 BasicBlock basicBlock = new BasicBlock(this, label);

Callers 2

buildMethod · 0.95
buildExitBasicBlockMethod · 0.95

Calls 4

addBasicBlockMethod · 0.95
getNewLabelMethod · 0.80
addBBMethod · 0.80
peekMethod · 0.65

Tested by

no test coverage detected