Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h60 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp237 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
H A DAliasAnalysis.cpp662 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1015 PointerMayBeCapturedBefore(DestObj, /* ReturnCaptures */ true, in performCallSlotOptzn()
H A DLICM.cpp1919 return !PointerMayBeCapturedBefore(V, /* ReturnCaptures */ true, in isNotCapturedBeforeOrInLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1296 !PointerMayBeCapturedBefore(A, /* ReturnCaptures */ false, in AddAliasScopeMetadata()