Searched refs:DeletedAllocas (Results 1 – 2 of 2) sorted by relevance
250 bool deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);5512 SmallPtrSetImpl<AllocaInst *> &DeletedAllocas) { in deleteDeadInstructions() argument5524 DeletedAllocas.insert(AI); in deleteDeadInstructions()5591 SmallPtrSet<AllocaInst *, 4> DeletedAllocas; in runSROA() local5600 Changed |= deleteDeadInstructions(DeletedAllocas); in runSROA()5604 if (!DeletedAllocas.empty()) { in runSROA()5605 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runSROA()5609 DeletedAllocas.clear(); in runSROA()