Lines Matching refs:LiveInterval
35 class LiveInterval;
60 SlotIndex computeLastInsertPoint(const LiveInterval &CurLI,
67 SlotIndex getLastInsertPoint(const LiveInterval &CurLI,
78 MachineBasicBlock::iterator getLastInsertPointIter(const LiveInterval &CurLI,
94 /// SplitAnalysis - Analyze a LiveInterval, looking for live range splitting
141 const LiveInterval *CurLI = nullptr;
178 void analyze(const LiveInterval *li);
185 const LiveInterval &getParent() const { return *CurLI; }
221 unsigned countLiveBlocks(const LiveInterval *li) const;
359 void addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original);
439 unsigned SubIdx, LiveInterval &DestLI,
444 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.