Home
last modified time | relevance | path

Searched refs:RRInfo (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp498 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 …]
DPtrState.h53 struct RRInfo { struct
87 RRInfo() in RRInfo() function
95 bool Merge(const RRInfo &Other);
113 RRInfo RRI;
164 const RRInfo &GetRRInfo() const { return RRI; } in GetRRInfo()
DPtrState.cpp82 void RRInfo::clear() { in clear()
91 bool RRInfo::Merge(const RRInfo &Other) { in Merge()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp497 BlotMapVector<Value *, RRInfo> &Retains,
501 BlotMapVector<Value *, RRInfo> &Retains);
503 DenseMap<Value *, RRInfo> &Releases,
507 DenseMap<Value *, RRInfo> &Releases);
509 BlotMapVector<Value *, RRInfo> &Retains,
510 DenseMap<Value *, RRInfo> &Releases);
512 void MoveCalls(Value *Arg, RRInfo &RetainsToMove, RRInfo &ReleasesToMove,
513 BlotMapVector<Value *, RRInfo> &Retains,
514 DenseMap<Value *, RRInfo> &Releases,
519 BlotMapVector<Value *, RRInfo> &Retains,
[all …]
DPtrState.h57 struct RRInfo { struct
91 RRInfo() = default; argument
97 bool Merge(const RRInfo &Other);
115 RRInfo RRI;
166 const RRInfo &GetRRInfo() const { return RRI; } in GetRRInfo()
DPtrState.cpp94 void RRInfo::clear() { in clear()
103 bool RRInfo::Merge(const RRInfo &Other) { in Merge()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp1138 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 …]