HomeSort by relevance Sort by last modified time
    Searched refs:RRInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
PtrState.h 53 struct RRInfo {
87 RRInfo()
93 /// Conservatively merge the two RRInfo. Returns true if a partial merge has
95 bool Merge(const RRInfo &Other);
113 RRInfo RRI;
164 const RRInfo &GetRRInfo() const { return RRI; }
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
    [all...]
PtrState.cpp 79 // RRInfo
82 void RRInfo::clear() {
91 bool RRInfo::Merge(const RRInfo &Other) {
153 // Otherwise merge the other PtrState's RRInfo into our RRInfo. At this
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 892 milliseconds