Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1588 if (IsDeadAA && IsDeadAA->isRemovableStore()) { in isAssumedDead()
1654 if (CheckForDeadStore && isa<StoreInst>(I) && IsDeadAA->isRemovableStore()) { in isAssumedDead()
H A DAttributorAttributes.cpp4251 bool isRemovableStore() const override { in isRemovableStore() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4011 virtual bool isRemovableStore() const { return false; }