Home
last modified time | relevance | path

Searched refs:DeadStackObjects (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp77 SmallSetVector<Value*, 16> &DeadStackObjects);
731 SmallSetVector<Value*, 16> DeadStackObjects; in handleEndBlock() local
737 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 …]