HomeSort by: relevance | last modified time | path
    Searched refs:LiveMap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFLiveness.h 81 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {}
108 LiveMapType &getLiveMap() { return LiveMap; }
109 const LiveMapType &getLiveMap() const { return LiveMap; }
130 LiveMapType LiveMap;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 291 RegToRangeMap &LiveMap) {
303 auto closeRange = [&LastUse,&LastDef,&LiveMap] (RegisterRef R) -> void {
309 LiveMap[R].add(LD, LU, false, false);
417 for (auto &P : LiveMap)
423 RegToRangeMap LiveMap;
425 computeInitialLiveRanges(IndexMap, LiveMap);
427 << PrintRangeMap(LiveMap, TRI) << '\n');
428 return LiveMap;
432 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) {
435 auto addDeadRanges = [&IndexMap,&LiveMap,&DeadMap] (RegisterRef R) -> void
    [all...]
HexagonBlockRanges.h 148 RegToRangeMap computeDeadMap(InstrIndexMap &IndexMap, RegToRangeMap &LiveMap);
168 RegToRangeMap &LiveMap);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFLiveness.cpp 863 LiveMap[&MF.front()].insert(DFG.getLiveIns());
876 //dbgs() << "\tcomp = " << Print<RegisterAggr>(LiveMap[&B], DFG) << '\n';
879 const RegisterAggr &LG = LiveMap[&B];
901 const RegisterAggr &LiveIns = LiveMap[&B];
1024 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
1035 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
1119 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
1140 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
1145 RegisterAggr &Local = LiveMap[B];
1161 RegisterAggr &LiveC = LiveMap[C]
    [all...]

Completed in 21 milliseconds