Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h905 bool isWritableObject(const Value *Object, bool &ExplicitlyDereferenceableOnly);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp921 bool llvm::isWritableObject(const Value *Object, in isWritableObject() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp938 if (!isWritableObject(getUnderlyingObject(cpyDest), in performCallSlotOptzn()
H A DLICM.cpp2190 if (isWritableObject(Object, ExplicitlyDereferenceableOnly) && in promoteLoopAccessesToScalars()