Searched refs:PointerMayBeCapturedBefore (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 186 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
|
D | AliasAnalysis.cpp | 567 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
|
/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/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1012 !PointerMayBeCapturedBefore(A, in AddAliasScopeMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1092 !PointerMayBeCapturedBefore(A, in AddAliasScopeMetadata()
|