Searched refs:DeletedAllocas (Results 1 – 2 of 2) sorted by relevance
123 void deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
4153 SmallPtrSetImpl<AllocaInst *> &DeletedAllocas) { in deleteDeadInstructions() argument4169 DeletedAllocas.insert(AI); in deleteDeadInstructions()4213 SmallPtrSet<AllocaInst *, 4> DeletedAllocas; in runImpl() local4218 deleteDeadInstructions(DeletedAllocas); in runImpl()4222 if (!DeletedAllocas.empty()) { in runImpl()4223 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runImpl()4230 DeletedAllocas.clear(); in runImpl()