Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Seg

1231   const LiveRange::Segment *Seg = LR.getSegmentContaining(Def);
1232 if (Seg == nullptr)
1234 if (Seg->end != Def.getDeadSlot())
1237 LR.removeSegment(*Seg, true);