HomeSort by: relevance | last modified time | path
    Searched refs:ReturnCaptures (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp 77 explicit SimpleCaptureTracker(bool ReturnCaptures)
78 : ReturnCaptures(ReturnCaptures), Captured(false) {}
83 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
90 bool ReturnCaptures;
101 CapturesBefore(bool ReturnCaptures, const Instruction *I, const DominatorTree *DT,
104 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {}
123 if (isa<ReturnInst>(I) && !ReturnCaptures)
139 bool ReturnCaptures;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CaptureTracking.h 33 /// be expensive, so consider caching the results. The boolean ReturnCaptures
41 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures,
49 /// caching the results. The boolean ReturnCaptures specifies whether
59 const Value *V, bool ReturnCaptures, bool StoreCaptures,

Completed in 17 milliseconds