Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp1299 const SlotIndex SplitPos = NewIdxDef; in handleMoveUp() local
1331 *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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp1026 auto SplitPos = std::next(Catch->getIterator()); in fixUnwindMismatches() local
1038 BrDest->splice(BrDest->end(), EHPad, SplitPos, EHPad->end()); in fixUnwindMismatches()