Searched refs:AssumeOnlyInst (Results 1 – 1 of 1) sorted by relevance
4209 SmallSetVector<Instruction *, 8> *AssumeOnlyInst = nullptr) { in isDeadStore()4218 if (!AssumeOnlyInst) { in isDeadStore()4240 if (AssumeOnlyInst) in isDeadStore()4241 AssumeOnlyInst->insert(&UserI); in isDeadStore()4298 SmallSetVector<Instruction *, 8> AssumeOnlyInst; in manifest() local4299 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); in manifest()4303 for (size_t i = 0; i < AssumeOnlyInst.size(); ++i) { in manifest()4304 Instruction *AOI = AssumeOnlyInst[i]; in manifest()4306 AssumeOnlyInst.insert(cast<Instruction>(Usr)); in manifest()