Searched refs:getSpilledLiveRanges (Results 1 – 6 of 6) sorted by relevance
73 for (auto spill : coloring.getSpilledLiveRanges()) in SplitAlignedScalars()
203 for (auto&& lr : coloring.getSpilledLiveRanges()) in Rematerialization()
1428 for (const vISA::LiveRange* slr : coloring.getSpilledLiveRanges()) in reportSpillInfo()9609 SpillManager spillARF(*this, coloring.getSpilledLiveRanges(), addrSpillId); in addrRegAlloc()9686 SpillManager spillFlag(*this, coloring.getSpilledLiveRanges(), flagSpillId); in flagRegAlloc()10299 for (auto spilled : coloring.getSpilledLiveRanges()) in coloringRegAlloc()10347 for (auto spilled : coloring.getSpilledLiveRanges()) in coloringRegAlloc()10398 const LIVERANGE_LIST& spilledLRs = coloring.getSpilledLiveRanges(); in coloringRegAlloc()10416 &coloring.getSpilledLiveRanges(), in coloringRegAlloc()10445 auto&& spills = coloring.getSpilledLiveRanges(); in coloringRegAlloc()10481 if (coloring.getSpilledLiveRanges().size() < 2) in coloringRegAlloc()
952 for (auto spill : coloring->getSpilledLiveRanges()) in LoopVarSplit()
592 const LIVERANGE_LIST & getSpilledLiveRanges() const { return spilledLRs; } in getSpilledLiveRanges() function
5782 const auto& Spills = GC->getSpilledLiveRanges(); in Dump()5897 for (auto Spill : GC->getSpilledLiveRanges()) in DumpHistogram()