Searched refs:AssumeOnlyInst (Results 1 – 1 of 1) sorted by relevance
4175 SmallSetVector<Instruction *, 8> *AssumeOnlyInst = nullptr) { in isDeadStore()4184 if (!AssumeOnlyInst) { in isDeadStore()4206 if (AssumeOnlyInst) in isDeadStore()4207 AssumeOnlyInst->insert(&UserI); in isDeadStore()4264 SmallSetVector<Instruction *, 8> AssumeOnlyInst; in manifest() local4265 bool IsDead = isDeadStore(A, *SI, &AssumeOnlyInst); in manifest()4269 for (size_t i = 0; i < AssumeOnlyInst.size(); ++i) { in manifest()4270 Instruction *AOI = AssumeOnlyInst[i]; in manifest()4272 AssumeOnlyInst.insert(cast<Instruction>(Usr)); in manifest()