Searched refs:getAllArgListUsers (Results 1 – 3 of 3) sorted by relevance
409 SmallVector<Metadata *> getAllArgListUsers();494 SmallVector<Metadata *> getAllArgListUsers() { in getAllArgListUsers() function495 return ReplaceableMetadataImpl::getAllArgListUsers(); in getAllArgListUsers()
250 SmallVector<Metadata *> ReplaceableMetadataImpl::getAllArgListUsers() { in getAllArgListUsers() function in ReplaceableMetadataImpl
125 for (Metadata *AL : L->getAllArgListUsers()) { in findDbgIntrinsics()