Return true iff block A dominates block B.
Synopsis
Declared in <llvm/Support/GenericDomTree.h>
bool
dominates(
MachineBasicBlock const* A,
MachineBasicBlock const* B) const;
Return Value
True if A dominates B.
Parameters
Name |
Description |
A |
Potential dominator block. |
B |
Block that may be dominated by |
Created with MrDocs