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

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h49 /// selected for SubRegions just one RegionNode containing the subregion is
54 /// @brief A RegionNode represents a subregion or a BasicBlock that is part of a
56 class RegionNode { class in namespace:llvm
58 RegionNode(const RegionNode &);
60 const RegionNode &operator=(const RegionNode &);
64 /// BasicBlock RegionNode, then entry is just the basic block, that this
65 /// RegionNode represents. Otherwise it is the entry of this (Sub)RegionNode
88 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0) function in class:llvm::RegionNode
[all...]

Completed in 71 milliseconds