Searched refs:shouldExplore (Results 1 – 2 of 2) sorted by relevance
90 /// shouldExplore - This is the use of a value derived from the pointer.95 virtual bool shouldExplore(const Use *U);
57 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker427 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()