Searched defs:RegionNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h61 /// selected for SubRegions just one RegionNode containing the subregion is
66 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
68 class RegionNode { class in namespace:llvm
69 RegionNode(const RegionNode &) LLVM_DELETED_FUNCTION;
70 const RegionNode &operator=(const RegionNode &) LLVM_DELETED_FUNCTION;
74 /// BasicBlock RegionNode, then entry is just the basic block, that this
75 /// RegionNode represents. Otherwise it is the entry of this (Sub)RegionNode
98 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0) function in class:llvm::RegionNode
[all...]

Completed in 734 milliseconds