Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2292 DenseMap<const AllocaInst *, SmallPtrSet<DbgVariableRecord *, 2>> DVRDeclares; in runOnFunction() local
2320 ProcessDeclare(&DVR, DVRDeclares); in runOnFunction()
2361 for (auto &P : DVRDeclares) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2183 TinyPtrVector<DbgVariableRecord *> DVRDeclares = findDVRDeclares(Address); in replaceDbgDeclare() local
2194 for_each(DVRDeclares, ReplaceOne); in replaceDbgDeclare()
2196 return !DbgDeclares.empty() || !DVRDeclares.empty(); in replaceDbgDeclare()