Searched refs:RRInfo (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 498 BlotMapVector<Value *, RRInfo> &Retains, 502 BlotMapVector<Value *, RRInfo> &Retains); 504 DenseMap<Value *, RRInfo> &Releases, 508 DenseMap<Value *, RRInfo> &Releases); 510 BlotMapVector<Value *, RRInfo> &Retains, 511 DenseMap<Value *, RRInfo> &Releases); 513 void MoveCalls(Value *Arg, RRInfo &RetainsToMove, RRInfo &ReleasesToMove, 514 BlotMapVector<Value *, RRInfo> &Retains, 515 DenseMap<Value *, RRInfo> &Releases, 520 BlotMapVector<Value *, RRInfo> &Retains, [all …]
|
D | PtrState.h | 53 struct RRInfo { struct 87 RRInfo() in RRInfo() argument 95 bool Merge(const RRInfo &Other); 113 RRInfo RRI; 164 const RRInfo &GetRRInfo() const { return RRI; } in GetRRInfo()
|
D | PtrState.cpp | 82 void RRInfo::clear() { in clear() 91 bool RRInfo::Merge(const RRInfo &Other) { in Merge()
|