Lines Matching refs:SplitEditor
360 SplitEditor::SplitEditor(SplitAnalysis &SA, LiveIntervals &LIS, VirtRegMap &VRM, in SplitEditor() function in SplitEditor
368 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
386 LLVM_DUMP_METHOD void SplitEditor::dump() const { in dump()
431 void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) { in addDeadDef()
472 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue()
509 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI) { in forceRecompute()
528 SlotIndex SplitEditor::buildSingleSubRegCopy( in buildSingleSubRegCopy()
547 SlotIndex SplitEditor::buildCopy(Register FromReg, Register ToReg, in buildCopy()
593 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, const VNInfo *ParentVNI, in defFromParent()
647 unsigned SplitEditor::openIntv() { in openIntv()
658 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
665 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore()
682 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
700 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { in enterIntvAtEnd()
737 void SplitEditor::useIntv(const MachineBasicBlock &MBB) { in useIntv()
741 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { in useIntv()
748 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter()
779 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { in leaveIntvBefore()
798 SlotIndex SplitEditor::leaveIntvAtTop(MachineBasicBlock &MBB) { in leaveIntvAtTop()
825 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv()
855 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies()
905 SplitEditor::findShallowDominator(MachineBasicBlock *MBB, in findShallowDominator()
961 void SplitEditor::computeRedundantBackCopies( in computeRedundantBackCopies()
1014 void SplitEditor::hoistCopies() { in hoistCopies()
1137 bool SplitEditor::transferValues() { in transferValues()
1256 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, in extendPHIRange()
1274 void SplitEditor::extendPHIKillRanges() { in extendPHIKillRanges()
1318 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned()
1441 void SplitEditor::deleteRematVictims() { in deleteRematVictims()
1469 void SplitEditor::forceRecomputeVNI(const VNInfo &ParentVNI) { in forceRecomputeVNI()
1504 void SplitEditor::finish(SmallVectorImpl<unsigned> *LRMap) { in finish()
1609 void SplitEditor::splitSingleBlock(const SplitAnalysis::BlockInfo &BI) { in splitSingleBlock()
1635 void SplitEditor::splitLiveThroughBlock(unsigned MBBNum, in splitLiveThroughBlock()
1738 void SplitEditor::splitRegInBlock(const SplitAnalysis::BlockInfo &BI, in splitRegInBlock()
1831 void SplitEditor::splitRegOutBlock(const SplitAnalysis::BlockInfo &BI, in splitRegOutBlock()