HomeSort by relevance Sort by last modified time
    Searched full:returncaptures (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
CaptureTracking.cpp 28 explicit SimpleCaptureTracker(bool ReturnCaptures)
29 : ReturnCaptures(ReturnCaptures), Captured(false) {}
36 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
43 bool ReturnCaptures;
51 /// be expensive, so consider caching the results. The boolean ReturnCaptures
57 bool ReturnCaptures, bool StoreCaptures) {
67 SimpleCaptureTracker SCT(ReturnCaptures);
  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 25 /// be expensive, so consider caching the results. The boolean ReturnCaptures
31 bool ReturnCaptures,

Completed in 164 milliseconds