Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1273 bool isRemovable(Instruction *I) { in isRemovable() function
1583 if (!CurrentLoc || !isRemovable(CurrentI)) { in getDomMemoryDef()
1977 if (!DefLoc || !isRemovable(DefI)) { in eliminateDeadWritesAtEndOfFunction()
2017 if (!isRemovable(DefI)) in tryFoldIntoCalloc()
2176 if (!isRemovable(DefI)) in storeIsNoop()
2247 assert(isRemovable(DeadI) && "Expect only removable instruction"); in removePartiallyOverlappedStores()
2274 if (!MaybeDefLoc || !isRemovable(DefInst)) in eliminateRedundantStoresOfExistingValues()