Searched refs:DeadStackObjects (Results 1 – 1 of 1) sorted by relevance
77 SmallSetVector<Value*, 16> &DeadStackObjects);731 SmallSetVector<Value*, 16> DeadStackObjects; in handleEndBlock() local737 DeadStackObjects.insert(I); in handleEndBlock()742 DeadStackObjects.insert(I); in handleEndBlock()750 DeadStackObjects.insert(AI); in handleEndBlock()766 if (!DeadStackObjects.count(*I)) { in handleEndBlock()785 DeleteDeadInstruction(Dead, *MD, TLI, &DeadStackObjects); in handleEndBlock()795 DeleteDeadInstruction(Inst, *MD, TLI, &DeadStackObjects); in handleEndBlock()804 DeadStackObjects.remove(BBI); in handleEndBlock()812 DeadStackObjects.remove(BBI); in handleEndBlock()[all …]