Lines Matching refs:LiveIntervals
60 char LiveIntervals::ID = 0;
61 char &llvm::LiveIntervalsID = LiveIntervals::ID;
62 INITIALIZE_PASS_BEGIN(LiveIntervals, "liveintervals",
67 INITIALIZE_PASS_END(LiveIntervals, "liveintervals",
87 void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
100 LiveIntervals::LiveIntervals() : MachineFunctionPass(ID) { in LiveIntervals() function in LiveIntervals
104 LiveIntervals::~LiveIntervals() { delete LICalc; } in ~LiveIntervals()
106 void LiveIntervals::releaseMemory() { in releaseMemory()
123 bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) { in runOnMachineFunction()
152 void LiveIntervals::print(raw_ostream &OS, const Module* ) const { in print()
175 void LiveIntervals::printInstrs(raw_ostream &OS) const { in printInstrs()
181 LLVM_DUMP_METHOD void LiveIntervals::dumpInstrs() const { in dumpInstrs()
186 LiveInterval *LiveIntervals::createInterval(Register reg) { in createInterval()
192 bool LiveIntervals::computeVirtRegInterval(LiveInterval &LI) { in computeVirtRegInterval()
200 void LiveIntervals::computeVirtRegs() { in computeVirtRegs()
214 void LiveIntervals::computeRegMasks() { in computeRegMasks()
275 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange()
323 void LiveIntervals::computeLiveInRegUnits() { in computeLiveInRegUnits()
372 void LiveIntervals::extendSegmentsToUses(LiveRange &Segments, in extendSegmentsToUses()
453 bool LiveIntervals::shrinkToUses(LiveInterval *li, in shrinkToUses()
512 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues()
560 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, Register Reg) { in shrinkToUses()
630 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices()
639 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue()
701 void LiveIntervals::addKillFlags(const VirtRegMap *VRM) { in addKillFlags()
832 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB()
856 LiveIntervals::hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const { in hasPHIKill()
871 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
877 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
884 LiveIntervals::addSegmentToEndOfBlock(Register Reg, MachineInstr &startInst) { in addSegmentToEndOfBlock()
900 bool LiveIntervals::checkRegMaskInterference(LiveInterval &LI, in checkRegMaskInterference()
959 class LiveIntervals::HMEditor {
961 LiveIntervals& LIS;
970 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI, in HMEditor()
1487 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove()
1503 void LiveIntervals::handleMoveIntoNewBundle(MachineInstr &BundleStart, in handleMoveIntoNewBundle()
1542 void LiveIntervals::repairOldRegInRange(const MachineBasicBlock::iterator Begin, in repairOldRegInRange()
1637 LiveIntervals::repairIntervalsInRange(MachineBasicBlock *MBB, in repairIntervalsInRange()
1687 void LiveIntervals::removePhysRegDefAt(MCRegister Reg, SlotIndex Pos) { in removePhysRegDefAt()
1695 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt()
1713 void LiveIntervals::splitSeparateComponents(LiveInterval &LI, in splitSeparateComponents()
1730 void LiveIntervals::constructMainRangeFromSubranges(LiveInterval &LI) { in constructMainRangeFromSubranges()