Searched refs:shouldExplore (Results 1 – 8 of 8) sorted by relevance
35 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker118 bool shouldExplore(const Use *U) override { in shouldExplore() function134 if (!shouldExplore(U)) in captured()226 if (!Tracker->shouldExplore(&U)) continue; in PointerMayBeCaptured()324 if (Tracker->shouldExplore(&UU)) in PointerMayBeCaptured()
34 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker133 bool shouldExplore(const Use *U) override { in shouldExplore() function149 if (!shouldExplore(U)) in captured()242 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()
57 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker154 bool shouldExplore(const Use *U) override { in shouldExplore() function265 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()
67 virtual bool shouldExplore(const Use *U);
78 virtual bool shouldExplore(const Use *U);
81 virtual bool shouldExplore(const Use *U);
3904 bool shouldExplore(const Use *U) override { in shouldExplore() function
4271 bool shouldExplore(const Use *U) override { in shouldExplore() function