Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp35 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
118 bool shouldExplore(const Use *U) override { in shouldExplore() function