Home
last modified time | relevance | path

Searched refs:RealUseMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h51 auto F = RealUseMap.find(P); in getRealUses()
52 return F == RealUseMap.end() ? Empty : F->second; in getRealUses()
84 std::map<NodeId, RefMap> RealUseMap; member
DRDFLiveness.cpp325 RealUseMap.clear(); in computePhiInfo()
343 auto &RealUses = RealUseMap[PhiA.Id]; in computePhiInfo()
475 auto &RealUses = RealUseMap[PA.Id]; in computePhiInfo()
496 auto &PRUs = RealUseMap[UP.first]; in computePhiInfo()
510 for (auto I : RealUseMap) { in computePhiInfo()
572 for (auto S : RealUseMap[P.Id]) in computeLiveIns()
589 auto &RUs = RealUseMap[PA.Id]; in computeLiveIns()