Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h77 LLVM_ABI bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
92 LLVM_ABI CaptureComponents PointerMayBeCapturedBefore(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp221 CaptureComponents llvm::PointerMayBeCapturedBefore( in PointerMayBeCapturedBefore() function in llvm
242 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
247 return capturesAnything(PointerMayBeCapturedBefore( in PointerMayBeCapturedBefore()
H A DAliasAnalysis.cpp616 if (capturesAnything(PointerMayBeCapturedBefore( in callCapturesBefore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1002 PointerMayBeCapturedBefore(DestObj, /* ReturnCaptures */ true, C, DT, in performCallSlotOptzn()
H A DLICM.cpp1863 return capturesNothing(PointerMayBeCapturedBefore( in isNotCapturedBeforeOrInLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1319 !capturesAnything(PointerMayBeCapturedBefore( in AddAliasScopeMetadata()