Home
last modified time | relevance | path

Searched refs:getAllDPValueUsers (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h236 return cast<DIAssignID>(ID)->getAllDPValueUsers(); in getDPVAssignmentMarkers()
H A DMetadata.h411 SmallVector<DPValue *> getAllDPValueUsers();
497 SmallVector<DPValue *> getAllDPValueUsers() { in getAllDPValueUsers() function
498 return ReplaceableMetadataImpl::getAllDPValueUsers(); in getAllDPValueUsers()
H A DDebugInfoMetadata.h326 SmallVector<DPValue *> getAllDPValueUsers() { in getAllDPValueUsers() function
327 return Context.getReplaceableUses()->getAllDPValueUsers(); in getAllDPValueUsers()
3791 SmallVector<DPValue *> getAllDPValueUsers() {
3792 return ReplaceableMetadataImpl::getAllDPValueUsers();
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp76 for (DPValue *DPV : L->getAllDPValueUsers()) in findDPVDeclares()
114 for (DPValue *DPV : L->getAllDPValueUsers()) { in findDbgIntrinsics()
128 for (DPValue *DPV : DI->getAllDPValueUsers()) in findDbgIntrinsics()
H A DMetadata.cpp263 SmallVector<DPValue *> ReplaceableMetadataImpl::getAllDPValueUsers() { in getAllDPValueUsers() function in ReplaceableMetadataImpl
H A DVerifier.cpp4748 for (DPValue *DPV : cast<DIAssignID>(MD)->getAllDPValueUsers()) { in visitDIAssignIDMetadata()