Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2154 DenseMap<const AllocaInst *, SmallPtrSet<DbgVariableRecord *, 2>> DVRDeclares; in runOnFunction() local
2182 ProcessDeclare(&DVR, DVRDeclares); in runOnFunction()
2223 for (auto &P : DVRDeclares) in runOnFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2142 TinyPtrVector<DbgVariableRecord *> DVRDeclares = findDVRDeclares(Address); in replaceDbgDeclare() local
2153 for_each(DVRDeclares, ReplaceOne); in replaceDbgDeclare()
2155 return !DbgDeclares.empty() || !DVRDeclares.empty(); in replaceDbgDeclare()