Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2153 DenseMap<const AllocaInst *, SmallPtrSet<DbgDeclareInst *, 2>> DbgDeclares; in runOnFunction() local
2185 ProcessDeclare(DDI, DbgDeclares); in runOnFunction()
2221 for (auto &P : DbgDeclares) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2141 TinyPtrVector<DbgDeclareInst *> DbgDeclares = findDbgDeclares(Address); in replaceDbgDeclare() local
2152 for_each(DbgDeclares, ReplaceOne); in replaceDbgDeclare()
2155 return !DbgDeclares.empty() || !DVRDeclares.empty(); in replaceDbgDeclare()