Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp954 void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit, in splitAroundRegion() argument
958 const unsigned NumGlobalIntvs = LREdit.size(); in splitAroundRegion()
1050 DebugVars->splitRegister(Reg, LREdit.regs()); in splitAroundRegion()
1060 for (unsigned i = 0, e = LREdit.size(); i != e; ++i) { in splitAroundRegion()
1061 LiveInterval &Reg = *LREdit.get(i); in splitAroundRegion()
1186 LiveRangeEdit LREdit(VirtReg, NewVRegs, *MF, *LIS, VRM, this); in tryRegionSplit() local
1187 SE->reset(LREdit, SplitSpillMode); in tryRegionSplit()
1217 splitAroundRegion(LREdit, UsedCands); in tryRegionSplit()
1234 LiveRangeEdit LREdit(VirtReg, NewVRegs, *MF, *LIS, VRM, this); in tryBlockSplit() local
1235 SE->reset(LREdit, SplitSpillMode); in tryBlockSplit()
[all …]