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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp315 static bool isShortenableAtTheEnd(Instruction *I) { function
1040 if (IntervalMap.empty() || !isShortenableAtTheEnd(EarlierWrite))
1330 } else if ((OR == OW_End && isShortenableAtTheEnd(DepWrite)) ||

Completed in 85 milliseconds