Lines Matching refs:SplitEditor
350 SplitEditor::SplitEditor(SplitAnalysis &SA, LiveIntervals &LIS, VirtRegMap &VRM, in SplitEditor() function in SplitEditor
358 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
376 LLVM_DUMP_METHOD void SplitEditor::dump() const { in dump()
421 void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) { in addDeadDef()
462 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue()
499 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI) { in forceRecompute()
518 SlotIndex SplitEditor::buildSingleSubRegCopy(Register FromReg, Register ToReg, in buildSingleSubRegCopy()
537 SlotIndex SplitEditor::buildCopy(Register FromReg, Register ToReg, in buildCopy()
582 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, const VNInfo *ParentVNI, in defFromParent()
636 unsigned SplitEditor::openIntv() { in openIntv()
647 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
654 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore()
671 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
689 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { in enterIntvAtEnd()
726 void SplitEditor::useIntv(const MachineBasicBlock &MBB) { in useIntv()
730 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { in useIntv()
737 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter()
768 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { in leaveIntvBefore()
787 SlotIndex SplitEditor::leaveIntvAtTop(MachineBasicBlock &MBB) { in leaveIntvAtTop()
812 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv()
842 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies()
892 SplitEditor::findShallowDominator(MachineBasicBlock *MBB, in findShallowDominator()
948 void SplitEditor::computeRedundantBackCopies( in computeRedundantBackCopies()
1001 void SplitEditor::hoistCopies() { in hoistCopies()
1124 bool SplitEditor::transferValues() { in transferValues()
1243 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, in extendPHIRange()
1261 void SplitEditor::extendPHIKillRanges() { in extendPHIKillRanges()
1305 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned()
1428 void SplitEditor::deleteRematVictims() { in deleteRematVictims()
1456 void SplitEditor::forceRecomputeVNI(const VNInfo &ParentVNI) { in forceRecomputeVNI()
1491 void SplitEditor::finish(SmallVectorImpl<unsigned> *LRMap) { in finish()
1594 void SplitEditor::splitSingleBlock(const SplitAnalysis::BlockInfo &BI) { in splitSingleBlock()
1620 void SplitEditor::splitLiveThroughBlock(unsigned MBBNum, in splitLiveThroughBlock()
1723 void SplitEditor::splitRegInBlock(const SplitAnalysis::BlockInfo &BI, in splitRegInBlock()
1816 void SplitEditor::splitRegOutBlock(const SplitAnalysis::BlockInfo &BI, in splitRegOutBlock()