Member predicate ControlFlowElement::controlsBlock
DEPRECATED: Use Guard class instead.
Holds if basic block controlled is controlled by this control flow element
with conditional value s. That is, controlled can only be reached from
the callable entry point by going via the s edge out of some basic block
ending with this element.
cb records all of the possible condition blocks for this control flow element
that a path from the callable entry point to controlled may go through.
predicate controlsBlock(BasicBlock controlled, ConditionalSuccessor s, ConditionBlock cb)