Searched refs:PointerMayBeCapturedBefore (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | CaptureTrackingTest.cpp | 67 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 D | CaptureTracking.h | 68 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CaptureTracking.cpp | 269 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
|
| H A D | AliasAnalysis.cpp | 734 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | multiblock-captures.ll | 189 ; But this would require using PointerMayBeCapturedBefore in
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1000 PointerMayBeCapturedBefore(DestObj, /* ReturnCaptures */ true, in performCallSlotOptzn()
|
| H A D | LICM.cpp | 1882 return !PointerMayBeCapturedBefore(V, /* ReturnCaptures */ true, in isNotCapturedBeforeOrInLoop()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1171 !PointerMayBeCapturedBefore(A, /* ReturnCaptures */ false, in AddAliasScopeMetadata()
|