Searched refs:LiveMap (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 284 RegToRangeMap &LiveMap) { in computeInitialLiveRanges() argument 297 auto closeRange = [&LastUse,&LastDef,&LiveMap] (RegisterRef R) -> void { in computeInitialLiveRanges() 303 LiveMap[R].add(LD, LU, false, false); in computeInitialLiveRanges() 362 for (auto &P : LiveMap) in computeInitialLiveRanges() 369 RegToRangeMap LiveMap; in computeLiveMap() local 371 computeInitialLiveRanges(IndexMap, LiveMap); in computeLiveMap() 373 << PrintRangeMap(LiveMap, TRI) << '\n'); in computeLiveMap() 374 return LiveMap; in computeLiveMap() 379 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap() argument 382 auto addDeadRanges = [&IndexMap,&LiveMap,&DeadMap] (RegisterRef R) -> void { in computeDeadMap() [all …]
|
D | RDFLiveness.h | 48 LiveMapType &getLiveMap() { return LiveMap; } in getLiveMap() 49 const LiveMapType &getLiveMap() const { return LiveMap; } in getLiveMap() 70 LiveMapType LiveMap; member
|
D | RDFLiveness.cpp | 630 auto &EntryIn = LiveMap[&MF.front()]; in computeLiveIns() 644 dbgs() << "\tcomp = " << Print<RegisterSet>(LiveMap[&B], DFG) << '\n'; in computeLiveIns() 659 auto &LiveIns = LiveMap[&B]; in resetLiveIns() 816 dbgs() << "\n Local: " << Print<RegisterSet>(LiveMap[B], DFG) << '\n'; in traverse() 827 dbgs() << " Local: " << Print<RegisterSet>(LiveMap[B], DFG) << '\n'; in traverse() 891 dbgs() << " Local: " << Print<RegisterSet>(LiveMap[B], DFG) << '\n'; in traverse() 910 dbgs() << " Local: " << Print<RegisterSet>(LiveMap[B], DFG) << '\n'; in traverse() 915 auto &Local = LiveMap[B]; in traverse() 927 auto &LiveC = LiveMap[C]; in traverse()
|
D | HexagonBlockRanges.h | 138 RegToRangeMap computeDeadMap(InstrIndexMap &IndexMap, RegToRangeMap &LiveMap); 156 RegToRangeMap &LiveMap);
|