HomeSort by relevance Sort by last modified time
    Searched refs:shouldExplore (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 43 /// shouldExplore - This is the use of a value derived from the pointer.
48 virtual bool shouldExplore(Use *U);
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 31 bool CaptureTracker::shouldExplore(Use *U) { return true; }
96 if (!Tracker->shouldExplore(U)) continue;
153 if (Tracker->shouldExplore(U))
AliasAnalysis.cpp 392 bool shouldExplore(Use *U) {
411 // Same logic as in shouldExplore.

Completed in 39 milliseconds