Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h45 TinyPtrVector<DbgVariableRecord *> findDVRDeclares(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp335 for_each(findDVRDeclares(const_cast<Value *>(V)), FindDI); in visitVariable()
H A DLocal.cpp2142 TinyPtrVector<DbgVariableRecord *> DVRDeclares = findDVRDeclares(Address); in replaceDbgDeclare()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp977 CacheIt(findDVRDeclares(V)); in cacheDIVar()
1129 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(PromiseAlloca); in buildFrameDebugInfo()
1895 TinyPtrVector<DbgVariableRecord *> DVRs = findDVRDeclares(Def); in insertSpills()
1910 DVRs = findDVRDeclares(CurDef); in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5391 for_each(findDVRDeclares(Fragment.Alloca), RemoveOne); in splitAlloca()
5401 for_each(findDVRDeclares(&AI), MigrateOne); in splitAlloca()
5527 for (DbgVariableRecord *OldDII : findDVRDeclares(AI)) in deleteDeadInstructions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp66 TinyPtrVector<DbgVariableRecord *> llvm::findDVRDeclares(Value *V) { in findDVRDeclares() function in llvm
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5808 any_of(llvm::findDVRDeclares(Var), DeclareTypeMatches)) in EmitPseudoVariable()