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

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

Completed in 726 milliseconds