HomeSort by relevance Sort by last modified time
    Searched refs:ReturnCaptures (Results 1 - 18 of 18) 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,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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,
  /prebuilts/clang/host/darwin-x86/clang-4393122/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,
  /prebuilts/clang/host/darwin-x86/clang-4479392/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,
  /prebuilts/clang/host/darwin-x86/clang-4579689/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,
  /prebuilts/clang/host/darwin-x86/clang-4630689/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,
  /prebuilts/clang/host/darwin-x86/clang-4639204/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,
  /prebuilts/clang/host/darwin-x86/clang-4691093/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,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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,
  /prebuilts/clang/host/linux-x86/clang-4393122/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,
  /prebuilts/clang/host/linux-x86/clang-4479392/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,
  /prebuilts/clang/host/linux-x86/clang-4579689/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,
  /prebuilts/clang/host/linux-x86/clang-4630689/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,
  /prebuilts/clang/host/linux-x86/clang-4639204/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,
  /prebuilts/clang/host/linux-x86/clang-4691093/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/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 152 milliseconds