Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp913 bool llvm::isWritableObject(const Value *Object, in isWritableObject() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h940 LLVM_ABI bool isWritableObject(const Value *Object,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp927 if (!isWritableObject(getUnderlyingObject(cpyDest), in performCallSlotOptzn()
H A DLICM.cpp2128 if (isWritableObject(Object, ExplicitlyDereferenceableOnly) && in promoteLoopAccessesToScalars()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3030 if (isWritableObject(Obj, ExplicitlyDereferenceableOnly) && in isSafeToSpeculateStore()