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

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h87 /// @param isSubRegion If this RegionNode represents a SubRegion.
88 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0)
89 : entry(Entry, isSubRegion), parent(Parent) {}
112 /// check the type of the content with the isSubRegion() function call.
122 inline bool isSubRegion() const { function in class:llvm::RegionNode
132 assert(!isSubRegion() && "This is not a BasicBlock RegionNode!");
138 assert(isSubRegion() && "This is not a subregion RegionNode!");
681 if (Node.isSubRegion())

Completed in 84 milliseconds