Home
last modified time | relevance | path

Searched refs:shouldExplore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h90 /// shouldExplore - This is the use of a value derived from the pointer.
95 virtual bool shouldExplore(const Use *U);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp57 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
427 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()