Searched refs:RRInfo (Results 1 – 4 of 4) 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()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 1138 struct RRInfo { struct 1173 RRInfo() : in RRInfo() function 1181 void RRInfo::clear() { in clear() 1206 RRInfo RRI; 1480 MapVector<Value *, RRInfo> &Retains); 1483 DenseMap<Value *, RRInfo> &Releases); 1486 MapVector<Value *, RRInfo> &Retains, 1487 DenseMap<Value *, RRInfo> &Releases); 1489 void MoveCalls(Value *Arg, RRInfo &RetainsToMove, RRInfo &ReleasesToMove, 1490 MapVector<Value *, RRInfo> &Retains, [all …]
|