Searched refs:PointerMayBeCapturedBefore (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CaptureTracking.h | 47 /// PointerMayBeCapturedBefore - Return true if this pointer value may be 60 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 237 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
|
H A D | AliasAnalysis.cpp | 664 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1019 PointerMayBeCapturedBefore(DestObj, /* ReturnCaptures */ true, in performCallSlotOptzn()
|
H A D | LICM.cpp | 1934 return !PointerMayBeCapturedBefore(V, /* ReturnCaptures */ true, in isNotCapturedBeforeOrInLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1298 !PointerMayBeCapturedBefore(A, /* ReturnCaptures */ false, in AddAliasScopeMetadata()
|