Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1229 Instruction *SplitPos = EntryBB->getTerminator(); in EmitOMPInlinedRegion() local
1230 if (!isa_and_nonnull<BranchInst>(SplitPos)) in EmitOMPInlinedRegion()
1231 SplitPos = new UnreachableInst(Builder.getContext(), EntryBB); in EmitOMPInlinedRegion()
1232 BasicBlock *ExitBB = EntryBB->splitBasicBlock(SplitPos, "omp_region.end"); in EmitOMPInlinedRegion()
1270 assert(SplitPos->getParent() == ExitBB && in EmitOMPInlinedRegion()
1277 BasicBlock *ExitPredBB = SplitPos->getParent(); in EmitOMPInlinedRegion()
1279 if (!isa_and_nonnull<BranchInst>(SplitPos)) in EmitOMPInlinedRegion()
1280 SplitPos->eraseFromParent(); in EmitOMPInlinedRegion()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp1246 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-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()
/external/llvm-project/llvm/lib/CodeGen/
DLiveIntervals.cpp1319 const SlotIndex SplitPos = NewIdxDef; in handleMoveUp() local
1351 *NewSegment = LiveRange::Segment(Next->start, SplitPos, in handleMoveUp()
1354 *Next = LiveRange::Segment(SplitPos, NewDefEndPoint, OldIdxVNI); in handleMoveUp()
1355 Next->valno->def = SplitPos; in handleMoveUp()
1359 *NewSegment = LiveRange::Segment(SplitPos, Next->start, OldIdxVNI); in handleMoveUp()
1360 NewSegment->valno->def = SplitPos; in handleMoveUp()
/external/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()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp1132 auto SplitPos = std::next(Catch->getIterator()); in fixUnwindMismatches() local
1144 BrDest->splice(BrDest->end(), EHPad, SplitPos, EHPad->end()); in fixUnwindMismatches()