Searched refs:DeadStackObjects (Results 1 – 1 of 1) sorted by relevance
85 SmallSetVector<Value *, 16> &DeadStackObjects,797 SmallSetVector<Value*, 16> DeadStackObjects; in handleEndBlock() local803 DeadStackObjects.insert(&I); in handleEndBlock()808 DeadStackObjects.insert(&I); in handleEndBlock()815 DeadStackObjects.insert(&AI); in handleEndBlock()833 if (!DeadStackObjects.count(*I)) { in handleEndBlock()852 DeleteDeadInstruction(Dead, *MD, *TLI, &DeadStackObjects); in handleEndBlock()862 DeleteDeadInstruction(Inst, *MD, *TLI, &DeadStackObjects); in handleEndBlock()871 DeadStackObjects.remove(&*BBI); in handleEndBlock()879 DeadStackObjects.remove(&*BBI); in handleEndBlock()[all …]