Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp33 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
67 bool shouldExplore(const Use *U) override { in shouldExplore() function
181 if (!Tracker->shouldExplore(&U)) continue; in PointerMayBeCaptured()
243 if (Tracker->shouldExplore(&UU)) in PointerMayBeCaptured()
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h64 virtual bool shouldExplore(const Use *U);