HomeSort by relevance Sort by last modified time
    Searched full:shouldexplore (Results 1 - 4 of 4) 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 375 bool shouldExplore(Use *U) {
394 // Same logic as in shouldExplore.
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 154 bool shouldExplore(Use *U) LLVM_OVERRIDE {

Completed in 358 milliseconds