Searched refs:insertDPValueBefore (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | BasicBlock.h | 136 void insertDPValueBefore(DPValue *DPV, InstListType::iterator Here);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1280 It->getParent()->insertDPValueBefore(NewDPV, It); in buildFrameDebugInfo() 1894 Builder.GetInsertPoint()->getParent()->insertDPValueBefore( in insertSpills() 2999 (*InsertPt)->getParent()->insertDPValueBefore(&DPV, *InsertPt); in salvageDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 1091 void BasicBlock::insertDPValueBefore(DPValue *DPV, in insertDPValueBefore() function in BasicBlock
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 647 EndBlock->insertDPValueBefore(&DPValue, in convertProfitableSIGroups()
|
| H A D | CodeGenPrepare.cpp | 8496 VIBB->insertDPValueBefore(DPV, VIBB->getFirstInsertionPt()); in DbgInserterHelper()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1660 Instr->getParent()->insertDPValueBefore(DV, Instr); in insertDbgValueOrDPValue() 1797 SI->getParent()->insertDPValueBefore(NewDPV, SI->getIterator()); in ConvertDebugDeclareToDebugValue()
|
| H A D | LoopUtils.cpp | 679 ExitBlock->insertDPValueBefore(DPV, InsertDbgValueBefore); in deleteDeadLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4951 BeforeInst->getParent()->insertDPValueBefore(DPV, in insertNewDbgInst()
|