Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCaptureTrackingTest.cpp67 ASSERT_FALSE(PointerMayBeCapturedBefore(Arg, true, true, Ret, &DT, false, in TEST()
69 ASSERT_TRUE(PointerMayBeCapturedBefore(Arg, true, true, Ret, &DT, false, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCaptureTracking.h68 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCaptureTracking.cpp269 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
H A DAliasAnalysis.cpp734 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dmultiblock-captures.ll189 ; But this would require using PointerMayBeCapturedBefore in
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1000 PointerMayBeCapturedBefore(DestObj, /* ReturnCaptures */ true, in performCallSlotOptzn()
H A DLICM.cpp1882 return !PointerMayBeCapturedBefore(V, /* ReturnCaptures */ true, in isNotCapturedBeforeOrInLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1171 !PointerMayBeCapturedBefore(A, /* ReturnCaptures */ false, in AddAliasScopeMetadata()