Searched refs:SplitPos (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1246 const SlotIndex SplitPos = NewIdxDef; in handleMoveUp() local 1262 *NewSegment = LiveRange::Segment(Next->start, SplitPos, in handleMoveUp() 1264 *Next = LiveRange::Segment(SplitPos, Next->end, OldIdxVNI); in handleMoveUp() 1265 Next->valno->def = SplitPos; in handleMoveUp() 1269 *NewSegment = LiveRange::Segment(SplitPos, Next->start, OldIdxVNI); in handleMoveUp() 1270 NewSegment->valno->def = SplitPos; in handleMoveUp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 1290 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()
|