Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocGreedy.cpp900 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, in splitAroundRegion() argument
904 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion()
995 DebugVars->splitRegister(Reg, LREdit.regs(), *LIS); in splitAroundRegion()
1004 for (unsigned I = 0, E = LREdit.size(); I != E; ++I) { in splitAroundRegion()
1005 const LiveInterval &Reg = LIS->getInterval(LREdit.get(I)); in splitAroundRegion()
1161 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in doRegionSplit() local
1162 SE->reset(LREdit, SplitSpillMode); in doRegionSplit()
1192 splitAroundRegion(LREdit, UsedCands); in doRegionSplit()
1209 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryBlockSplit() local
1210 SE->reset(LREdit, SplitSpillMode); in tryBlockSplit()
[all …]