Lines Matching refs:SplitEditor

321 SplitEditor::SplitEditor(SplitAnalysis &sa, LiveIntervals &lis, VirtRegMap &vrm,  in SplitEditor()  function in SplitEditor
330 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
350 void SplitEditor::dump() const { in dump()
362 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue()
398 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo *ParentVNI) { in forceRecompute()
419 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, in defFromParent()
451 unsigned SplitEditor::openIntv() { in openIntv()
462 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
469 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore()
486 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
504 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { in enterIntvAtEnd()
523 void SplitEditor::useIntv(const MachineBasicBlock &MBB) { in useIntv()
527 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { in useIntv()
534 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter()
565 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { in leaveIntvBefore()
584 SlotIndex SplitEditor::leaveIntvAtTop(MachineBasicBlock &MBB) { in leaveIntvAtTop()
602 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv()
622 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies()
665 SplitEditor::findShallowDominator(MachineBasicBlock *MBB, in findShallowDominator()
718 void SplitEditor::hoistCopiesForSize() { in hoistCopiesForSize()
819 bool SplitEditor::transferValues() { in transferValues()
926 void SplitEditor::extendPHIKillRanges() { in extendPHIKillRanges()
951 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned()
998 void SplitEditor::deleteRematVictims() { in deleteRematVictims()
1024 void SplitEditor::finish(SmallVectorImpl<unsigned> *LRMap) { in finish()
1129 void SplitEditor::splitSingleBlock(const SplitAnalysis::BlockInfo &BI) { in splitSingleBlock()
1156 void SplitEditor::splitLiveThroughBlock(unsigned MBBNum, in splitLiveThroughBlock()
1260 void SplitEditor::splitRegInBlock(const SplitAnalysis::BlockInfo &BI, in splitRegInBlock()
1352 void SplitEditor::splitRegOutBlock(const SplitAnalysis::BlockInfo &BI, in splitRegOutBlock()