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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DCaptureTracking.h43 /// shouldExplore - This is the use of a value derived from the pointer.
48 virtual bool shouldExplore(Use *U);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp31 bool CaptureTracker::shouldExplore(Use *U) { return true; } function in class:CaptureTracker
96 if (!Tracker->shouldExplore(U)) continue;
159 if (Tracker->shouldExplore(U))
H A DAliasAnalysis.cpp375 bool shouldExplore(Use *U) { function in struct:__anon2044::CapturesBefore
394 // Same logic as in shouldExplore.
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp154 bool shouldExplore(Use *U) LLVM_OVERRIDE {

Completed in 58 milliseconds