Searched refs:PointerMayBeCapturedBefore (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/llvm/unittests/Analysis/ |
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()
|
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 58 bool PointerMayBeCapturedBefore(
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 60 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 185 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
|
D | AliasAnalysis.cpp | 445 if (llvm::PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 201 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
|
D | AliasAnalysis.cpp | 657 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 221 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
|
D | Loads.cpp | 143 !PointerMayBeCapturedBefore(V, true, true, CtxI, DT, true)) { in isDereferenceableAndAlignedPointer()
|
D | AliasAnalysis.cpp | 672 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | multiblock-captures.ll | 189 ; But this would require using PointerMayBeCapturedBefore in
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1012 !PointerMayBeCapturedBefore(A, in AddAliasScopeMetadata()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1094 !PointerMayBeCapturedBefore(A, in AddAliasScopeMetadata()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1098 !PointerMayBeCapturedBefore(A, in AddAliasScopeMetadata()
|