Home
last modified time | relevance | path

Searched refs:ReturnCaptures (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp76 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker()
77 : ReturnCaptures(ReturnCaptures) {} in SimpleCaptureTracker()
94 bool ReturnCaptures; member
107 : BeforeHere(I), DT(DT), ReturnCaptures(ReturnCaptures), in CapturesBefore()
127 if (isa<ReturnInst>(I) && !ReturnCaptures) in captured()
143 bool ReturnCaptures; member
162 : DT(DT), ReturnCaptures(ReturnCaptures), F(F) {} in EarliestCaptures()
171 if (isa<ReturnInst>(I) && !ReturnCaptures) in captured()
189 bool ReturnCaptures; member
217 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h44 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures,
60 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
76 bool ReturnCaptures, bool StoreCaptures,