Lines Matching refs:LiveIntervals

60 char LiveIntervals::ID = 0;
61 char &llvm::LiveIntervalsID = LiveIntervals::ID;
62 INITIALIZE_PASS_BEGIN(LiveIntervals, "liveintervals", "Live Interval Analysis",
66 INITIALIZE_PASS_END(LiveIntervals, "liveintervals",
86 void LiveIntervals::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
97 LiveIntervals::LiveIntervals() : MachineFunctionPass(ID) { in LiveIntervals() function in LiveIntervals
101 LiveIntervals::~LiveIntervals() { delete LICalc; } in ~LiveIntervals()
103 void LiveIntervals::releaseMemory() { in releaseMemory()
120 bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) { in runOnMachineFunction()
148 void LiveIntervals::print(raw_ostream &OS, const Module* ) const { in print()
171 void LiveIntervals::printInstrs(raw_ostream &OS) const { in printInstrs()
177 LLVM_DUMP_METHOD void LiveIntervals::dumpInstrs() const { in dumpInstrs()
182 LiveInterval *LiveIntervals::createInterval(Register reg) { in createInterval()
188 bool LiveIntervals::computeVirtRegInterval(LiveInterval &LI) { in computeVirtRegInterval()
196 void LiveIntervals::computeVirtRegs() { in computeVirtRegs()
210 void LiveIntervals::computeRegMasks() { in computeRegMasks()
271 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange()
315 void LiveIntervals::computeLiveInRegUnits() { in computeLiveInRegUnits()
363 void LiveIntervals::extendSegmentsToUses(LiveRange &Segments, in extendSegmentsToUses()
444 bool LiveIntervals::shrinkToUses(LiveInterval *li, in shrinkToUses()
502 bool LiveIntervals::computeDeadValues(LiveInterval &LI, in computeDeadValues()
546 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, Register Reg) { in shrinkToUses()
615 void LiveIntervals::extendToIndices(LiveRange &LR, in extendToIndices()
624 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue()
686 void LiveIntervals::addKillFlags(const VirtRegMap *VRM) { in addKillFlags()
810 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { in intervalIsInOneMBB()
836 LiveIntervals::hasPHIKill(const LiveInterval &LI, const VNInfo *VNI) const { in hasPHIKill()
851 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
857 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
864 LiveIntervals::addSegmentToEndOfBlock(Register Reg, MachineInstr &startInst) { in addSegmentToEndOfBlock()
897 bool LiveIntervals::checkRegMaskInterference(const LiveInterval &LI, in checkRegMaskInterference()
967 class LiveIntervals::HMEditor {
969 LiveIntervals& LIS;
978 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI, in HMEditor()
1498 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove()
1514 void LiveIntervals::handleMoveIntoNewBundle(MachineInstr &BundleStart, in handleMoveIntoNewBundle()
1553 void LiveIntervals::repairOldRegInRange(const MachineBasicBlock::iterator Begin, in repairOldRegInRange()
1640 LiveIntervals::repairIntervalsInRange(MachineBasicBlock *MBB, in repairIntervalsInRange()
1702 void LiveIntervals::removePhysRegDefAt(MCRegister Reg, SlotIndex Pos) { in removePhysRegDefAt()
1710 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt()
1728 void LiveIntervals::splitSeparateComponents(LiveInterval &LI, in splitSeparateComponents()
1744 void LiveIntervals::constructMainRangeFromSubranges(LiveInterval &LI) { in constructMainRangeFromSubranges()