Home
last modified time | relevance | path

Searched refs:shouldExplore (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
DCaptureTracking.cpp35 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
118 bool shouldExplore(const Use *U) override { in shouldExplore() function
134 if (!shouldExplore(U)) in captured()
226 if (!Tracker->shouldExplore(&U)) continue; in PointerMayBeCaptured()
324 if (Tracker->shouldExplore(&UU)) in PointerMayBeCaptured()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp34 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
133 bool shouldExplore(const Use *U) override { in shouldExplore() function
149 if (!shouldExplore(U)) in captured()
242 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()
/external/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp57 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
154 bool shouldExplore(const Use *U) override { in shouldExplore() function
265 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h67 virtual bool shouldExplore(const Use *U);
/external/llvm-project/llvm/include/llvm/Analysis/
DCaptureTracking.h78 virtual bool shouldExplore(const Use *U);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCaptureTracking.h81 virtual bool shouldExplore(const Use *U);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp3904 bool shouldExplore(const Use *U) override { in shouldExplore() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4271 bool shouldExplore(const Use *U) override { in shouldExplore() function