Searched defs:RRInfo (Results 1 – 1 of 1) sorted by relevance
1126 struct RRInfo { struct1133 bool KnownIncremented;1137 bool IsRetainBlock;1141 bool IsTailCallRelease;1145 MDNode *ReleaseMetadata;1149 SmallPtrSet<Instruction *, 2> Calls;1153 SmallPtrSet<Instruction *, 2> ReverseInsertPts;1155 RRInfo() : in RRInfo() argument