Lines Matching refs:SplitEditor
366 SplitEditor::SplitEditor(SplitAnalysis &sa, AliasAnalysis &aa, in SplitEditor() function in SplitEditor
376 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
396 LLVM_DUMP_METHOD void SplitEditor::dump() const { in dump()
408 LiveInterval::SubRange &SplitEditor::getSubRangeForMask(LaneBitmask LM, in getSubRangeForMask()
416 void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) { in addDeadDef()
457 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue()
494 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI) { in forceRecompute()
513 SlotIndex SplitEditor::buildSingleSubRegCopy(unsigned FromReg, unsigned ToReg, in buildSingleSubRegCopy()
538 SlotIndex SplitEditor::buildCopy(unsigned FromReg, unsigned ToReg, in buildCopy()
627 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, in defFromParent()
674 unsigned SplitEditor::openIntv() { in openIntv()
685 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
692 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore()
709 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
727 SlotIndex SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) { in enterIntvAtEnd()
747 void SplitEditor::useIntv(const MachineBasicBlock &MBB) { in useIntv()
751 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { in useIntv()
758 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter()
789 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { in leaveIntvBefore()
808 SlotIndex SplitEditor::leaveIntvAtTop(MachineBasicBlock &MBB) { in leaveIntvAtTop()
827 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv()
847 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies()
891 SplitEditor::findShallowDominator(MachineBasicBlock *MBB, in findShallowDominator()
947 void SplitEditor::computeRedundantBackCopies( in computeRedundantBackCopies()
1002 void SplitEditor::hoistCopies() { in hoistCopies()
1122 bool SplitEditor::transferValues() { in transferValues()
1241 void SplitEditor::extendPHIRange(MachineBasicBlock &B, LiveRangeCalc &LRC, in extendPHIRange()
1259 void SplitEditor::extendPHIKillRanges() { in extendPHIKillRanges()
1303 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned()
1407 void SplitEditor::deleteRematVictims() { in deleteRematVictims()
1435 void SplitEditor::forceRecomputeVNI(const VNInfo &ParentVNI) { in forceRecomputeVNI()
1470 void SplitEditor::finish(SmallVectorImpl<unsigned> *LRMap) { in finish()
1574 void SplitEditor::splitSingleBlock(const SplitAnalysis::BlockInfo &BI) { in splitSingleBlock()
1600 void SplitEditor::splitLiveThroughBlock(unsigned MBBNum, in splitLiveThroughBlock()
1703 void SplitEditor::splitRegInBlock(const SplitAnalysis::BlockInfo &BI, in splitRegInBlock()
1796 void SplitEditor::splitRegOutBlock(const SplitAnalysis::BlockInfo &BI, in splitRegOutBlock()