Home
last modified time | relevance | path

Searched refs:RefMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFLiveness.h52 using RefMap = std::map<RegisterId, NodeRefSet>; member
86 const RefMap &getRealUses(NodeId P) const { in getRealUses()
106 const RefMap Empty;
121 std::map<NodeId, RefMap> RealUseMap;
127 std::map<MachineBasicBlock*,RefMap> PhiLON;
134 std::map<MachineBasicBlock*,RefMap> PhiLOX;
137 void traverse(MachineBasicBlock *B, RefMap &LiveIn);
138 void emptify(RefMap &M);
145 raw_ostream &operator<<(raw_ostream &OS, const Print<Liveness::RefMap> &P);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFLiveness.cpp60 raw_ostream &operator<< (raw_ostream &OS, const Print<Liveness::RefMap> &P) { in operator <<()
445 RefMap &RealUses = RealUseMap[PhiA.Id]; in computePhiInfo()
618 RefMap &RUM = RealUseMap[PA.Id]; in computePhiInfo()
677 dbgs() << " -> " << Print<RefMap>(I.second, DFG) << '\n'; in computePhiInfo()
726 RefMap &LON = PhiLON[MB]; in computeLiveIns()
728 for (const RefMap::value_type &S : RealUseMap[P.Id]) in computeLiveIns()
736 << Print<RefMap>(I.second, DFG) << '\n'; in computeLiveIns()
745 RefMap &RUs = RealUseMap[PA.Id]; in computeLiveIns()
769 RefMap &LOX = PhiLOX[PrA.Addr->getCode()]; in computeLiveIns()
799 << Print<RefMap>(I.second, DFG) << '\n'; in computeLiveIns()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonOptAddrMode.cpp264 const Liveness::RefMap &phiUse = LV->getRealUses(id); in getAllRealUses()
266 << Print<Liveness::RefMap>(phiUse, *DFG) << "\n"); in getAllRealUses()