Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1290 const SlotIndex SplitPos = NewIdxDef; in handleMoveUp() local
1308 *NewSegment = LiveRange::Segment(Next->start, SplitPos, in handleMoveUp()
1310 *Next = LiveRange::Segment(SplitPos, Next->end, OldIdxVNI); in handleMoveUp()
1311 Next->valno->def = SplitPos; in handleMoveUp()
1315 *NewSegment = LiveRange::Segment(SplitPos, Next->start, OldIdxVNI); in handleMoveUp()
1316 NewSegment->valno->def = SplitPos; in handleMoveUp()