Searched refs:LREdit (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1667 /// @param LREdit The LiveRangeEdit object handling the current split.
1670 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, argument
1674 const unsigned NumGlobalIntvs = LREdit.size();
1767 DebugVars->splitRegister(Reg, LREdit.regs(), *LIS);
1777 for (unsigned i = 0, e = LREdit.size(); i != e; ++i) {
1778 LiveInterval &Reg = LIS->getInterval(LREdit.get(i));
1959 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats);
1960 SE->reset(LREdit, SplitSpillMode);
1990 splitAroundRegion(LREdit, UsedCands);
2006 LiveRangeEdit LREdit(
[all...]

Completed in 100 milliseconds