HomeSort by relevance Sort by last modified time
    Searched refs:ReturnCaptures (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CaptureTracking.h 22 /// be expensive, so consider caching the results. The boolean ReturnCaptures
28 bool ReturnCaptures,
  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 27 /// be expensive, so consider caching the results. The boolean ReturnCaptures
33 bool ReturnCaptures,
40 /// caching the results. The boolean ReturnCaptures specifies whether
47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CaptureTracking.h 27 /// be expensive, so consider caching the results. The boolean ReturnCaptures
33 bool ReturnCaptures,
40 /// caching the results. The boolean ReturnCaptures specifies whether
47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 39 explicit SimpleCaptureTracker(bool ReturnCaptures)
40 : ReturnCaptures(ReturnCaptures), Captured(false) {}
45 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
52 bool ReturnCaptures;
63 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT,
66 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {}
131 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
145 bool ReturnCaptures;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CaptureTracking.cpp 40 explicit SimpleCaptureTracker(bool ReturnCaptures)
41 : ReturnCaptures(ReturnCaptures), Captured(false) {}
46 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
53 bool ReturnCaptures;
64 CapturesBefore(bool ReturnCaptures, const Instruction *I, const DominatorTree *DT,
67 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {}
132 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
146 bool ReturnCaptures;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
CaptureTracking.cpp 41 /// be expensive, so consider caching the results. The boolean ReturnCaptures
47 bool ReturnCaptures, bool StoreCaptures) {
103 if (ReturnCaptures)

Completed in 338 milliseconds