Searched refs:SplitPos (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 970 Instruction *SplitPos = LoopAfterBB->getTerminator(); in createSections() local 971 if (!isa_and_nonnull<BranchInst>(SplitPos)) in createSections() 976 LoopAfterBB->splitBasicBlock(SplitPos, "omp_sections.end"); in createSections() 977 SplitPos->eraseFromParent(); in createSections() 1974 Instruction *SplitPos = EntryBB->getTerminator(); in EmitOMPInlinedRegion() local 1975 if (!isa_and_nonnull<BranchInst>(SplitPos)) in EmitOMPInlinedRegion() 1976 SplitPos = new UnreachableInst(Builder.getContext(), EntryBB); in EmitOMPInlinedRegion() 2015 assert(SplitPos->getParent() == ExitBB && in EmitOMPInlinedRegion() 2022 BasicBlock *ExitPredBB = SplitPos->getParent(); in EmitOMPInlinedRegion() 2024 if (!isa_and_nonnull<BranchInst>(SplitPos)) in EmitOMPInlinedRegion() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 903 auto SplitPos = std::next(RangeEnd->getIterator()); in addTryDelegate() local 904 if (SplitPos == EndBB->end()) { in addTryDelegate() 919 for (auto I = MachineBasicBlock::iterator(SplitPos), E = EndBB->end(); in addTryDelegate() 948 PostBB->splice(PostBB->end(), PreBB, SplitPos, PreBB->end()); in addTryDelegate() 970 PreBB->splice(PreBB->end(), PostBB, PostBB->begin(), SplitPos); in addTryDelegate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 1344 const SlotIndex SplitPos = NewIdxDef; in handleMoveUp() local 1376 *NewSegment = LiveRange::Segment(Next->start, SplitPos, in handleMoveUp() 1379 *Next = LiveRange::Segment(SplitPos, NewDefEndPoint, OldIdxVNI); in handleMoveUp() 1380 Next->valno->def = SplitPos; in handleMoveUp() 1384 *NewSegment = LiveRange::Segment(SplitPos, Next->start, OldIdxVNI); in handleMoveUp() 1385 NewSegment->valno->def = SplitPos; in handleMoveUp()
|