Home | History | Annotate | Download | only in Analysis

Lines Matching defs:isSubRegion

150   /// @param isSubRegion If this RegionNode represents a SubRegion.
152 bool isSubRegion = false)
153 : entry(Entry, isSubRegion), parent(Parent) {}
180 /// check the type of the content with the isSubRegion() function call.
189 inline bool isSubRegion() const { return entry.getInt(); }
885 inline RegionNode(Region *Parent, BasicBlock *Entry, bool isSubRegion = false)
886 : RegionNodeBase<RegionTraits<Function>>(Parent, Entry, isSubRegion) {}
1001 assert(!isSubRegion() && "This is not a BasicBlock RegionNode!");
1009 assert(isSubRegion() && "This is not a subregion RegionNode!");
1020 if (Node.isSubRegion())