Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h188 bool canReplacePointersIfEqual(const Value *From, const Value *To,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp769 bool llvm::canReplacePointersIfEqual(const Value *From, const Value *To, in canReplacePointersIfEqual() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2509 canReplacePointersIfEqual(LHS, RHS, DL)) in propagateEquality()