Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp31 bool CaptureTracker::shouldExplore(const Use *U) { return true; } in shouldExplore() function in CaptureTracker
94 if (!Tracker->shouldExplore(&U)) continue; in PointerMayBeCaptured()
156 if (Tracker->shouldExplore(&UU)) in PointerMayBeCaptured()
DAliasAnalysis.cpp397 bool shouldExplore(const Use *U) override { in shouldExplore() function
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h48 virtual bool shouldExplore(const Use *U);