Searched refs:DeadStackObjects (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 640 SmallSetVector<Value *, 16> &DeadStackObjects, in removeAccessedObjects() argument 652 DeadStackObjects.remove(const_cast<Value*>(UnderlyingPointer)); in removeAccessedObjects() 657 DeadStackObjects.remove_if([&](Value *I) { in removeAccessedObjects() 677 SmallSetVector<Value*, 16> DeadStackObjects; in handleEndBlock() local 683 DeadStackObjects.insert(&I); in handleEndBlock() 688 DeadStackObjects.insert(&I); in handleEndBlock() 695 DeadStackObjects.insert(&AI); in handleEndBlock() 712 if (!DeadStackObjects.count(Pointer)) { in handleEndBlock() 731 deleteDeadInstruction(Dead, &BBI, *MD, *TLI, &DeadStackObjects); in handleEndBlock() 740 deleteDeadInstruction(&*BBI, &BBI, *MD, *TLI, &DeadStackObjects); in handleEndBlock() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 731 SmallSetVector<const Value *, 16> &DeadStackObjects, in removeAccessedObjects() argument 744 DeadStackObjects.remove(UnderlyingPointer); in removeAccessedObjects() 749 DeadStackObjects.remove_if([&](const Value *I) { in removeAccessedObjects() 771 SmallSetVector<const Value*, 16> DeadStackObjects; in handleEndBlock() local 777 DeadStackObjects.insert(&I); in handleEndBlock() 782 DeadStackObjects.insert(&I); in handleEndBlock() 789 DeadStackObjects.insert(&AI); in handleEndBlock() 806 if (!DeadStackObjects.count(Pointer)) { in handleEndBlock() 828 &DeadStackObjects); in handleEndBlock() 840 &DeadStackObjects); in handleEndBlock() [all …]
|