Searched refs:cloneDebugInfoFrom (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 66 NewInst->cloneDebugInfoFrom(&I); in CloneBasicBlock() 506 NewInst->cloneDebugInfoFrom(&*DbgCursor, std::nullopt, false); in CloneBlock() 507 NewInst->cloneDebugInfoFrom(&*II); in CloneBlock() 1094 New->cloneDebugInfoFrom(&*BI); in DuplicateInstructionsInSplitBetween()
|
| H A D | LoopRotationUtils.cpp | 641 LoopEntryBranch->cloneDebugInfoFrom(Inst, NextDbgInsts.begin()); in rotateLoop() 667 auto Range = C->cloneDebugInfoFrom(Inst, NextDbgInsts.begin()); in rotateLoop()
|
| H A D | SimplifyCFG.cpp | 1128 auto Range = NewBonusInst->cloneDebugInfoFrom(&BonusInst); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses() 3421 N->cloneDebugInfoFrom(&*SrcDbgCursor); in FoldCondBranchOnValueKnownInPredecessorImpl() 3424 N->cloneDebugInfoFrom(&*BBI); in FoldCondBranchOnValueKnownInPredecessorImpl() 3434 InsertPt->cloneDebugInfoFrom(&*SrcDbgCursor); in FoldCondBranchOnValueKnownInPredecessorImpl() 3435 InsertPt->cloneDebugInfoFrom(BI); in FoldCondBranchOnValueKnownInPredecessorImpl() 3849 PredBlock->getTerminator()->cloneDebugInfoFrom(BB->getTerminator()); in performBranchToCommonDestFolding()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 233 iterator_range<DbgRecord::self_iterator> Instruction::cloneDebugInfoFrom( in cloneDebugInfoFrom() function in Instruction 246 return DebugMarker->cloneDebugInfoFrom(From->DebugMarker, FromHere, in cloneDebugInfoFrom()
|
| H A D | DebugProgramInstruction.cpp | 692 iterator_range<simple_ilist<DbgRecord>::iterator> DbgMarker::cloneDebugInfoFrom( in cloneDebugInfoFrom() function in llvm::DbgMarker
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 629 cloneDebugInfoFrom(DbgMarker *From,
|
| H A D | BasicBlock.h | 193 Instruction::cloneDebugInfoFrom(
|
| H A D | Instruction.h | 98 iterator_range<simple_ilist<DbgRecord>::iterator> cloneDebugInfoFrom(
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 2075 auto DVRRange = NewInst->cloneDebugInfoFrom(From); in cloneInstructions() 2110 auto DVRRange = EndMarker->cloneDebugInfoFrom(Marker, std::nullopt); in cloneInstructions() 2707 OldPredBranch->cloneDebugInfoFrom(&*BI, std::nullopt, true); in duplicateCondBranchOnPHIIntoPred() 2716 New->cloneDebugInfoFrom(&*BI); in duplicateCondBranchOnPHIIntoPred()
|