HomeSort by: relevance | last modified time | path
    Searched refs:shouldExplore (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CaptureTracking.h 73 /// shouldExplore - This is the use of a value derived from the pointer.
78 virtual bool shouldExplore(const Use *U);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp 57 bool CaptureTracker::shouldExplore(const Use *U) { return true; }
126 // Check isSafeToPrune() here rather than in shouldExplore() to avoid
227 if (!Tracker->shouldExplore(&U))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 4303 /// See CaptureTracker::shouldExplore(...).
4304 bool shouldExplore(const Use *U) override {

Completed in 21 milliseconds