Home
last modified time | relevance | path

Searched refs:findDbgDeclares (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h43 TinyPtrVector<DbgDeclareInst *> findDbgDeclares(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp334 for_each(findDbgDeclares(const_cast<Value *>(V)), FindDI); in visitVariable()
H A DLocal.cpp2141 TinyPtrVector<DbgDeclareInst *> DbgDeclares = findDbgDeclares(Address); in replaceDbgDeclare()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp976 CacheIt(findDbgDeclares(V)); in cacheDIVar()
1128 TinyPtrVector<DbgDeclareInst *> DIs = findDbgDeclares(PromiseAlloca); in buildFrameDebugInfo()
1894 TinyPtrVector<DbgDeclareInst *> DIs = findDbgDeclares(Def); in insertSpills()
1909 DIs = findDbgDeclares(CurDef); in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5390 for_each(findDbgDeclares(Fragment.Alloca), RemoveOne); in splitAlloca()
5400 for_each(findDbgDeclares(&AI), MigrateOne); in splitAlloca()
5525 for (DbgDeclareInst *OldDII : findDbgDeclares(AI)) in deleteDeadInstructions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp47 TinyPtrVector<DbgDeclareInst *> llvm::findDbgDeclares(Value *V) { in findDbgDeclares() function in llvm
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5807 if (any_of(llvm::findDbgDeclares(Var), DeclareTypeMatches) || in EmitPseudoVariable()