Home
last modified time | relevance | path

Searched refs:RRInfo (Results 1 – 3 of 3) 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()