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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp342 struct RRInfo { struct in namespace:__anon26264
376 RRInfo() : function in struct:__anon26264::RRInfo
382 /// Conservatively merge the two RRInfo. Returns true if a partial merge has
384 bool Merge(const RRInfo &Other);
389 void RRInfo::clear() {
398 bool RRInfo::Merge(const RRInfo &Other) {
436 RRInfo RRI;
531 const RRInfo &GetRRInfo() const {
553 // Otherwise merge the other PtrState's RRInfo int
[all...]

Completed in 50 milliseconds