getNode overloads
Synopses
Declared in <llvm/Analysis/RegionInfo.h>
Get the RegionNode representing the current Region.
RegionNodeT*
getNode() const;
Get the RegionNode for a BasicBlock
RegionNodeT*
getNode(BlockT* BB) const;
Return Value
-
The RegionNode representing the current Region.
-
If available, the RegionNode that represents the subregion starting at BB. If no subregion starts at BB, the RegionNode representing BB.
Parameters
Name |
Description |
BB |
The BasicBlock at which the RegionNode should start. |
Created with MrDocs