Home
last modified time | relevance | path

Searched refs:RRInfo (Results 1 – 4 of 4) 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() argument
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/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 …]