Home
last modified time | relevance | path

Searched defs: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
709 for (auto *DbgItem : Container) { in promoteSingleBlockAlloca() local
728 for (auto *DbgItem : Container) in promoteSingleBlockAlloca() local
890 for (auto *DbgItem : DbgUsers) in run() local
1148 for (auto *DbgItem : Container) in RenamePass() local
1209 for (auto *DbgItem : Container) in RenamePass() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8626 auto DbgProcessor = [&](auto *DbgItem, Instruction *Position) { in placeDbgValues()