Member predicate Guard::controlsBranchEdge
Holds if this guard evaluating to branch
controls the control-flow
branch edge from bb1
to bb2
. That is, following the edge from
bb1
to bb2
implies that this guard evaluated to branch
.
predicate controlsBranchEdge(BasicBlock bb1, BasicBlock bb2, boolean branch)