Searched refs:ReturnCaptures (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CaptureTracking.cpp | 81 : EphValues(EphValues), ReturnCaptures(ReturnCaptures) {} in SimpleCaptureTracker() 86 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 98 bool ReturnCaptures; member 111 : BeforeHere(I), DT(DT), ReturnCaptures(ReturnCaptures), in CapturesBefore() 131 if (isa<ReturnInst>(I) && !ReturnCaptures) in captured() 147 bool ReturnCaptures; member 167 : EphValues(EphValues), DT(DT), ReturnCaptures(ReturnCaptures), F(F) {} in EarliestCaptures() 176 if (isa<ReturnInst>(I) && !ReturnCaptures) in captured() 214 bool ReturnCaptures; member 251 SimpleCaptureTracker SCT(EphValues, ReturnCaptures); in PointerMayBeCaptured() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | CaptureTracking.h | 45 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures, 50 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures, 68 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures, 84 FindEarliestCapture(const Value *V, Function &F, bool ReturnCaptures,
|