Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h56 struct RRInfo { struct
90 RRInfo() = default; argument
96 bool Merge(const RRInfo &Other);
114 RRInfo RRI;
165 const RRInfo &GetRRInfo() const { return RRI; } in GetRRInfo()
H A DObjCARCOpts.cpp528 BlotMapVector<Value *, RRInfo> &Retains,
532 BlotMapVector<Value *, RRInfo> &Retains);
534 Instruction *Inst, DenseMap<Value *, RRInfo> &Releases, BBState &MyStates,
539 DenseMap<Value *, RRInfo> &Releases,
543 BlotMapVector<Value *, RRInfo> &Retains,
544 DenseMap<Value *, RRInfo> &Releases);
546 void MoveCalls(Value *Arg, RRInfo &RetainsToMove, RRInfo &ReleasesToMove,
547 BlotMapVector<Value *, RRInfo> &Retains,
548 DenseMap<Value *, RRInfo> &Releases,
552 BlotMapVector<Value *, RRInfo> &Retains,
[all …]
H A DPtrState.cpp90 void RRInfo::clear() { in clear()
99 bool RRInfo::Merge(const RRInfo &Other) { in Merge()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp439 const RegisterRenamingInfo &RRInfo = in tryEliminateMoveOrSwap() local
441 unsigned RegisterFileIndex = RRInfo.IndexPlusCost.first; in tryEliminateMoveOrSwap()