Home
last modified time | relevance | path

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

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