Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp31 bool CaptureTracker::shouldExplore(Use *U) { return true; } in shouldExplore() function in CaptureTracker
96 if (!Tracker->shouldExplore(U)) continue; in PointerMayBeCaptured()
153 if (Tracker->shouldExplore(U)) in PointerMayBeCaptured()
DAliasAnalysis.cpp375 bool shouldExplore(Use *U) { in shouldExplore() function
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h48 virtual bool shouldExplore(Use *U);
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp154 bool shouldExplore(Use *U) LLVM_OVERRIDE { in shouldExplore() function