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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp791 /// the DeadStackObjects set. If so, they become live because the location is
794 SmallSetVector<const Value *, 16> &DeadStackObjects,
807 DeadStackObjects.remove(UnderlyingPointer);
812 DeadStackObjects.remove_if([&](const Value *I) {
834 SmallSetVector<const Value*, 16> DeadStackObjects; local
840 DeadStackObjects.insert(&I);
845 DeadStackObjects.insert(&I);
852 DeadStackObjects.insert(&AI);
869 if (!DeadStackObjects.count(Pointer)) {
891 &DeadStackObjects);
793 removeAccessedObjects(const MemoryLocation &LoadedLoc, SmallSetVector<const Value *, 16> &DeadStackObjects, const DataLayout &DL, AliasAnalysis *AA, const TargetLibraryInfo *TLI, const Function *F) argument
[all...]

Completed in 100 milliseconds