Searched refs:shouldExplore (Results 1 – 4 of 4) sorted by relevance
31 bool CaptureTracker::shouldExplore(Use *U) { return true; } in shouldExplore() function in CaptureTracker96 if (!Tracker->shouldExplore(U)) continue; in PointerMayBeCaptured()153 if (Tracker->shouldExplore(U)) in PointerMayBeCaptured()
375 bool shouldExplore(Use *U) { in shouldExplore() function
48 virtual bool shouldExplore(Use *U);
154 bool shouldExplore(Use *U) LLVM_OVERRIDE { in shouldExplore() function