Lines Matching refs:SplitEditor

359 SplitEditor::SplitEditor(SplitAnalysis &SA, LiveIntervals &LIS, VirtRegMap &VRM,  in SplitEditor()  function in SplitEditor
367 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
385 LLVM_DUMP_METHOD void SplitEditor::dump() const { in dump()
430 void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) { in addDeadDef()
471 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue()
508 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI) { in forceRecompute()
527 SlotIndex SplitEditor::buildSingleSubRegCopy( in buildSingleSubRegCopy()
546 SlotIndex SplitEditor::buildCopy(Register FromReg, Register ToReg, in buildCopy()
592 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, const VNInfo *ParentVNI, in defFromParent()
646 unsigned SplitEditor::openIntv() { in openIntv()
657 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
664 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore()
681 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
699 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { in enterIntvAtEnd()
736 void SplitEditor::useIntv(const MachineBasicBlock &MBB) { in useIntv()
740 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { in useIntv()
747 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter()
778 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { in leaveIntvBefore()
797 SlotIndex SplitEditor::leaveIntvAtTop(MachineBasicBlock &MBB) { in leaveIntvAtTop()
824 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv()
854 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies()
904 SplitEditor::findShallowDominator(MachineBasicBlock *MBB, in findShallowDominator()
960 void SplitEditor::computeRedundantBackCopies( in computeRedundantBackCopies()
1013 void SplitEditor::hoistCopies() { in hoistCopies()
1136 bool SplitEditor::transferValues() { in transferValues()
1255 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, in extendPHIRange()
1273 void SplitEditor::extendPHIKillRanges() { in extendPHIKillRanges()
1317 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned()
1440 void SplitEditor::deleteRematVictims() { in deleteRematVictims()
1468 void SplitEditor::forceRecomputeVNI(const VNInfo &ParentVNI) { in forceRecomputeVNI()
1503 void SplitEditor::finish(SmallVectorImpl<unsigned> *LRMap) { in finish()
1608 void SplitEditor::splitSingleBlock(const SplitAnalysis::BlockInfo &BI) { in splitSingleBlock()
1634 void SplitEditor::splitLiveThroughBlock(unsigned MBBNum, in splitLiveThroughBlock()
1737 void SplitEditor::splitRegInBlock(const SplitAnalysis::BlockInfo &BI, in splitRegInBlock()
1830 void SplitEditor::splitRegOutBlock(const SplitAnalysis::BlockInfo &BI, in splitRegOutBlock()