Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1407 if (IsDeadAA.isRemovableStore()) { in isAssumedDead()
1471 if (CheckForDeadStore && isa<StoreInst>(I) && IsDeadAA.isRemovableStore()) { in isAssumedDead()
H A DAttributorAttributes.cpp4217 bool isRemovableStore() const override { in isRemovableStore() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3649 virtual bool isRemovableStore() const { return false; }