Lines Matching refs:Alloc
32 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() argument
39 LR.createDeadDef(DefIdx, Alloc); in createDeadDef()
45 VNInfo::Allocator *Alloc = getVNAlloc(); in calculate() local
66 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
70 *Alloc, SubMask, in calculate()
71 [&MO, Indexes, Alloc](LiveInterval::SubRange &SR) { in calculate()
73 createDeadDef(*Indexes, *Alloc, SR, MO); in calculate()
81 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate()
95 SubLIC.reset(MF, Indexes, DomTree, Alloc); in calculate()
112 VNInfo::Allocator *Alloc = getVNAlloc(); in constructMainRangeFromSubranges() local
116 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges()
126 VNInfo::Allocator *Alloc = getVNAlloc(); in createDeadDefs() local
132 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()