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

  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 44 /// shouldExplore - This is the use of a value derived from the pointer.
49 virtual bool shouldExplore(Use *U) = 0;
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 33 bool shouldExplore(Use *U) { return true; }
91 if (!Tracker->shouldExplore(U)) continue;
148 if (Tracker->shouldExplore(U))
MemoryDependenceAnalysis.cpp 351 bool shouldExplore(Use *U) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 279 bool shouldExplore(Use *U) { return true; }

Completed in 81 milliseconds