Searched refs:shouldExplore (Results 1 – 3 of 3) sorted by relevance
57 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker227 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()
78 virtual bool shouldExplore(const Use *U);
4304 bool shouldExplore(const Use *U) override { in shouldExplore() function