Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp957 Instruction *SplitPos = LoopAfterBB->getTerminator(); in createSections() local
958 if (!isa_and_nonnull<BranchInst>(SplitPos)) in createSections()
963 LoopAfterBB->splitBasicBlock(SplitPos, "omp_sections.end"); in createSections()
964 SplitPos->eraseFromParent(); in createSections()
1963 Instruction *SplitPos = EntryBB->getTerminator(); in EmitOMPInlinedRegion() local
1964 if (!isa_and_nonnull<BranchInst>(SplitPos)) in EmitOMPInlinedRegion()
1965 SplitPos = new UnreachableInst(Builder.getContext(), EntryBB); in EmitOMPInlinedRegion()
2004 assert(SplitPos->getParent() == ExitBB && in EmitOMPInlinedRegion()
2011 BasicBlock *ExitPredBB = SplitPos->getParent(); in EmitOMPInlinedRegion()
2013 if (!isa_and_nonnull<BranchInst>(SplitPos)) in EmitOMPInlinedRegion()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp903 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1339 const SlotIndex SplitPos = NewIdxDef; in handleMoveUp() local
1371 *NewSegment = LiveRange::Segment(Next->start, SplitPos, in handleMoveUp()
1374 *Next = LiveRange::Segment(SplitPos, NewDefEndPoint, OldIdxVNI); in handleMoveUp()
1375 Next->valno->def = SplitPos; in handleMoveUp()
1379 *NewSegment = LiveRange::Segment(SplitPos, Next->start, OldIdxVNI); in handleMoveUp()
1380 NewSegment->valno->def = SplitPos; in handleMoveUp()