Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1607 bool CheckForDeadStore) { in isAssumedDead() argument
1654 if (CheckForDeadStore && isa<StoreInst>(I) && IsDeadAA->isRemovableStore()) { in isAssumedDead()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2096 bool CheckForDeadStore = false);