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

  /external/llvm/lib/Target/Hexagon/
RDFLiveness.h 51 auto F = RealUseMap.find(P);
52 return F == RealUseMap.end() ? Empty : F->second;
84 std::map<NodeId, RefMap> RealUseMap;
RDFLiveness.cpp 325 RealUseMap.clear();
343 auto &RealUses = RealUseMap[PhiA.Id];
475 auto &RealUses = RealUseMap[PA.Id];
496 auto &PRUs = RealUseMap[UP.first];
510 for (auto I : RealUseMap) {
572 for (auto S : RealUseMap[P.Id])
589 auto &RUs = RealUseMap[PA.Id];
    [all...]

Completed in 484 milliseconds