Searched defs:ReturnCaptures (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp35 explicit SimpleCaptureTracker(bool ReturnCaptures) argument
36 : ReturnCaptures(ReturnCaptures), Captured(false) {}
41 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
48 bool ReturnCaptures; member in struct:__anon25672::SimpleCaptureTracker
56 /// be expensive, so consider caching the results. The boolean ReturnCaptures
62 bool ReturnCaptures, bool StoreCaptures) {
72 SimpleCaptureTracker SCT(ReturnCaptures);
61 PointerMayBeCaptured(const Value *V, bool ReturnCaptures, bool StoreCaptures) argument

Completed in 624 milliseconds