MCPcopy Create free account
hub / github.com/boalang/compiler / constructCDG

Method constructCDG

src/java/boa/graphs/cdg/CDG.java:150–199  ·  view source on GitHub ↗

Builds a control dependence graph using the post dominator tree and control edges from CFG @param pdTree post dominator tree @param cfg control flow graph

(final PDTree pdTree, final CFG cfg)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

CDGMethod · 0.95

Calls 15

getNodeMethod · 0.95
getParentMethod · 0.95
prettyprintMethod · 0.95
getNodeIdMethod · 0.80
getSrcMethod · 0.80
getDestMethod · 0.80
removeMethod · 0.80
getNodesMethod · 0.65
getKindMethod · 0.65
getLabelMethod · 0.65
getKeyMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected