Searched refs:getAllArgListUsers (Results 1 – 3 of 3) sorted by relevance
416 LLVM_ABI SmallVector<Metadata *> getAllArgListUsers();501 SmallVector<Metadata *> getAllArgListUsers() { in getAllArgListUsers() function502 return ReplaceableMetadataImpl::getAllArgListUsers(); in getAllArgListUsers()
250 SmallVector<Metadata *> ReplaceableMetadataImpl::getAllArgListUsers() { in getAllArgListUsers() function in ReplaceableMetadataImpl
143 for (Metadata *AL : L->getAllArgListUsers()) { in findDbgIntrinsics()