Searched refs:DeletedAllocas (Results 1 – 4 of 4) sorted by relevance
121 void deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
133 bool deleteDeadInstructions(SmallPtrSetImpl<AllocaInst *> &DeletedAllocas);
4413 SmallPtrSetImpl<AllocaInst *> &DeletedAllocas) { in deleteDeadInstructions() argument4423 DeletedAllocas.insert(AI); in deleteDeadInstructions()4479 SmallPtrSet<AllocaInst *, 4> DeletedAllocas; in runImpl() local4484 Changed |= deleteDeadInstructions(DeletedAllocas); in runImpl()4488 if (!DeletedAllocas.empty()) { in runImpl()4489 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runImpl()4494 DeletedAllocas.clear(); in runImpl()
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()