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

  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 168 UP.PartialThreshold = CurrentThreshold;
189 // total unrolled size. Parameters Threshold and PartialThreshold
194 unsigned &Threshold, unsigned &PartialThreshold,
203 PartialThreshold = UserThreshold ? CurrentThreshold : UP.PartialThreshold;
217 PartialThreshold = UP.PartialOptSizeThreshold;
226 if (PartialThreshold != NoThreshold)
227 PartialThreshold =
228 std::max<unsigned>(PartialThreshold, PragmaUnrollThreshold);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 130 UP.PartialThreshold = UP.Threshold / 4;
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 248 unsigned PartialThreshold;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 489 UP.PartialThreshold *= 2;
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 271 UP.PartialThreshold = UP.PartialOptSizeThreshold = MaxOps;

Completed in 103 milliseconds