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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 60 MaxPrefetchIterationsAhead = 3;
75 MaxPrefetchIterationsAhead = 11;
AArch64Subtarget.h 91 unsigned MaxPrefetchIterationsAhead = UINT_MAX;
201 return MaxPrefetchIterationsAhead;
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 56 static cl::opt<unsigned> MaxPrefetchIterationsAhead(
109 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0)
110 return MaxPrefetchIterationsAhead;

Completed in 56 milliseconds