Searched refs:SplitPos (Results 1 – 2 of 2) sorted by relevance
1299 const SlotIndex SplitPos = NewIdxDef; in handleMoveUp() local1331 *NewSegment = LiveRange::Segment(Next->start, SplitPos, in handleMoveUp()1334 *Next = LiveRange::Segment(SplitPos, NewDefEndPoint, OldIdxVNI); in handleMoveUp()1335 Next->valno->def = SplitPos; in handleMoveUp()1339 *NewSegment = LiveRange::Segment(SplitPos, Next->start, OldIdxVNI); in handleMoveUp()1340 NewSegment->valno->def = SplitPos; in handleMoveUp()
1026 auto SplitPos = std::next(Catch->getIterator()); in fixUnwindMismatches() local1038 BrDest->splice(BrDest->end(), EHPad, SplitPos, EHPad->end()); in fixUnwindMismatches()