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.cpp527 BlotMapVector<Value *, RRInfo> &Retains,
531 BlotMapVector<Value *, RRInfo> &Retains);
533 Instruction *Inst, DenseMap<Value *, RRInfo> &Releases, BBState &MyStates,
538 DenseMap<Value *, RRInfo> &Releases,
542 BlotMapVector<Value *, RRInfo> &Retains,
543 DenseMap<Value *, RRInfo> &Releases);
545 void MoveCalls(Value *Arg, RRInfo &RetainsToMove, RRInfo &ReleasesToMove,
546 BlotMapVector<Value *, RRInfo> &Retains,
547 DenseMap<Value *, RRInfo> &Releases,
551 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.cpp446 const RegisterRenamingInfo &RRInfo = in tryEliminateMoveOrSwap() local
448 unsigned RegisterFileIndex = RRInfo.IndexPlusCost.first; in tryEliminateMoveOrSwap()