Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp744 static bool isPointerAlwaysReplaceable(const Value *From, const Value *To, in isPointerAlwaysReplaceable() function
764 if (isPointerAlwaysReplaceable(&*U, To, DL)) in canReplacePointersInUseIfEqual()
776 return isPointerAlwaysReplaceable(From, To, DL); in canReplacePointersIfEqual()