Home
last modified time | relevance | path

Searched refs:insertDPValueAfter (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp110 LinkedInstr->getParent()->insertDPValueAfter(NewDPVAssign, LinkedInstr); in createLinkedDPVAssign()
378 InsertAfter->getMarker()->insertDPValueAfter(this, InsertAfter); in insertAfter()
483 void DPMarker::insertDPValueAfter(DPValue *New, DPValue *InsertAfter) { in insertDPValueAfter() function in llvm::DPMarker
H A DBasicBlock.cpp1080 void BasicBlock::insertDPValueAfter(DPValue *DPV, Instruction *I) { in insertDPValueAfter() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h415 void insertDPValueAfter(DPValue *New, DPValue *InsertAfter);
H A DBasicBlock.h133 void insertDPValueAfter(DPValue *DPV, Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1678 Instr->getParent()->insertDPValueAfter(DV, &*Instr); in insertDbgValueOrDPValueAfter()
1859 LI->getParent()->insertDPValueAfter(DV, LI); in ConvertDebugDeclareToDebugValue()
2623 DomPoint.getParent()->insertDPValueAfter(DPV, &DomPoint); in rewriteDebugUsers()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8498 VIBB->insertDPValueAfter(DPV, VI); in DbgInserterHelper()