Searched refs:cloneDebugInfoFrom (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 64 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 D | LoopRotationUtils.cpp | 616 LoopEntryBranch->cloneDebugInfoFrom(Inst, NextDbgInst); in rotateLoop() 639 auto Range = C->cloneDebugInfoFrom(Inst, NextDbgInst); in rotateLoop()
|
| H A D | SimplifyCFG.cpp | 1128 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 D | DebugProgramInstruction.h | 423 cloneDebugInfoFrom(DPMarker *From,
|
| H A D | Instruction.h | 73 iterator_range<simple_ilist<DPValue>::iterator> cloneDebugInfoFrom(
|
| H A D | BasicBlock.h | 197 friend iterator_range<DPValue::self_iterator> Instruction::cloneDebugInfoFrom(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 230 Instruction::cloneDebugInfoFrom(const Instruction *From, in cloneDebugInfoFrom() function in Instruction 243 return DbgMarker->cloneDebugInfoFrom(From->DbgMarker, FromHere, InsertAtHead); in cloneDebugInfoFrom()
|
| H A D | DebugProgramInstruction.cpp | 510 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 D | JumpThreading.cpp | 2086 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()
|