Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCaptureTracking.h58 bool PointerMayBeCapturedBefore(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp183 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
H A DAliasAnalysis.cpp734 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1953 return !PointerMayBeCapturedBefore(V, /* ReturnCaptures */ true, in isNotCapturedBeforeOrInLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1135 !PointerMayBeCapturedBefore(A, in AddAliasScopeMetadata()