Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCaptureTracking.h68 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCaptureTracking.cpp254 bool llvm::PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, in PointerMayBeCapturedBefore() function in llvm
H A DAliasAnalysis.cpp662 if (PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true, in callCapturesBefore()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1040 PointerMayBeCapturedBefore(DestObj, /* ReturnCaptures */ true, in performCallSlotOptzn()
H A DLICM.cpp1901 return !PointerMayBeCapturedBefore(V, /* ReturnCaptures */ true, in isNotCapturedBeforeOrInLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1301 !PointerMayBeCapturedBefore(A, /* ReturnCaptures */ false, in AddAliasScopeMetadata()