Searched refs:shouldExplore (Results 1 – 2 of 2) sorted by relevance
33 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker67 bool shouldExplore(const Use *U) override { in shouldExplore() function181 if (!Tracker->shouldExplore(&U)) continue; in PointerMayBeCaptured()243 if (Tracker->shouldExplore(&UU)) in PointerMayBeCaptured()
64 virtual bool shouldExplore(const Use *U);