Home
last modified time | relevance | path

Searched refs:DbgItem (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp597 for (auto *DbgItem : Container) { in rewriteSingleStoreAlloca() local
598 if (DbgItem->isAddressOfVariable()) { in rewriteSingleStoreAlloca()
599 ConvertDebugDeclareToDebugValue(DbgItem, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
600 DbgItem->eraseFromParent(); in rewriteSingleStoreAlloca()
601 } else if (DbgItem->getExpression()->startsWithDeref()) { in rewriteSingleStoreAlloca()
602 DbgItem->eraseFromParent(); in rewriteSingleStoreAlloca()
709 for (auto *DbgItem : Container) { in promoteSingleBlockAlloca() local
710 if (DbgItem->isAddressOfVariable()) { in promoteSingleBlockAlloca()
711 ConvertDebugDeclareToDebugValue(DbgItem, SI, DIB); in promoteSingleBlockAlloca()
728 for (auto *DbgItem : Container) in promoteSingleBlockAlloca() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8626 auto DbgProcessor = [&](auto *DbgItem, Instruction *Position) { in placeDbgValues() argument
8628 for (Value *V : DbgItem->location_ops()) in placeDbgValues()
8657 << *DbgItem); in placeDbgValues()
8658 DbgItem->setKillLocation(); in placeDbgValues()
8663 << *DbgItem << ' ' << *VI); in placeDbgValues()
8664 DbgInserterHelper(DbgItem, VI); in placeDbgValues()