Home
last modified time | relevance | path

Searched defs:shouldExplore (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Analysis/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCaptureTracking.cpp58 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3904 bool shouldExplore(const Use *U) override { in shouldExplore() function