Searched defs:shouldExplore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp31 bool CaptureTracker::shouldExplore(const Use *U) { return true; } function in class:CaptureTracker
94 if (!Tracker->shouldExplore(&U)) continue;
156 if (Tracker->shouldExplore(&UU))

Completed in 59 milliseconds