Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp922 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, in splitAroundRegion() argument
926 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion()
1017 DebugVars->splitRegister(Reg, LREdit.regs(), *LIS); in splitAroundRegion()
1026 for (unsigned I = 0, E = LREdit.size(); I != E; ++I) { in splitAroundRegion()
1027 const LiveInterval &Reg = LIS->getInterval(LREdit.get(I)); in splitAroundRegion()
1194 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in doRegionSplit() local
1195 SE->reset(LREdit, SplitSpillMode); in doRegionSplit()
1225 splitAroundRegion(LREdit, UsedCands); in doRegionSplit()
1299 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryBlockSplit() local
1300 SE->reset(LREdit, SplitSpillMode); in tryBlockSplit()
[all …]