Home
last modified time | relevance | path

Searched refs:cloneDebugInfoFrom (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp64 NewInst->cloneDebugInfoFrom(&I); in CloneBasicBlock()
516 NewInst->cloneDebugInfoFrom(&*DbgCursor, std::nullopt, false); in CloneBlock()
517 NewInst->cloneDebugInfoFrom(&*II); in CloneBlock()
1122 New->cloneDebugInfoFrom(&*BI); in DuplicateInstructionsInSplitBetween()
H A DLoopRotationUtils.cpp616 LoopEntryBranch->cloneDebugInfoFrom(Inst, NextDbgInst); in rotateLoop()
639 auto Range = C->cloneDebugInfoFrom(Inst, NextDbgInst); in rotateLoop()
H A DSimplifyCFG.cpp1128 auto Range = NewBonusInst->cloneDebugInfoFrom(&BonusInst); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
1775 NT->cloneDebugInfoFrom(I1); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1777 NT->cloneDebugInfoFrom(OtherSuccTI); in hoistSuccIdenticalTerminatorToSwitchOrIf()
3359 N->cloneDebugInfoFrom(&*SrcDbgCursor); in FoldCondBranchOnValueKnownInPredecessorImpl()
3362 N->cloneDebugInfoFrom(&*BBI); in FoldCondBranchOnValueKnownInPredecessorImpl()
3372 InsertPt->cloneDebugInfoFrom(&*SrcDbgCursor); in FoldCondBranchOnValueKnownInPredecessorImpl()
3373 InsertPt->cloneDebugInfoFrom(BI); in FoldCondBranchOnValueKnownInPredecessorImpl()
3782 PredBlock->getTerminator()->cloneDebugInfoFrom(BB->getTerminator()); in performBranchToCommonDestFolding()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h423 cloneDebugInfoFrom(DPMarker *From,
H A DInstruction.h73 iterator_range<simple_ilist<DPValue>::iterator> cloneDebugInfoFrom(
H A DBasicBlock.h197 friend iterator_range<DPValue::self_iterator> Instruction::cloneDebugInfoFrom(
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp230 Instruction::cloneDebugInfoFrom(const Instruction *From, in cloneDebugInfoFrom() function in Instruction
243 return DbgMarker->cloneDebugInfoFrom(From->DbgMarker, FromHere, InsertAtHead); in cloneDebugInfoFrom()
H A DDebugProgramInstruction.cpp510 iterator_range<simple_ilist<DPValue>::iterator> DPMarker::cloneDebugInfoFrom( in cloneDebugInfoFrom() function in llvm::DPMarker
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2086 auto DPVRange = NewInst->cloneDebugInfoFrom(From); in cloneInstructions()
2121 auto DPVRange = EndMarker->cloneDebugInfoFrom(Marker, std::nullopt); in cloneInstructions()
2713 OldPredBranch->cloneDebugInfoFrom(&*BI, std::nullopt, true); in duplicateCondBranchOnPHIIntoPred()
2722 New->cloneDebugInfoFrom(&*BI); in duplicateCondBranchOnPHIIntoPred()