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

  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 162 UP.PartialThreshold = CurrentThreshold;
183 // total unrolled size. Parameters Threshold and PartialThreshold
188 unsigned &Threshold, unsigned &PartialThreshold,
215 PartialThreshold = UserThreshold ? CurrentThreshold : UP.PartialThreshold;
220 PartialThreshold = UP.PartialOptSizeThreshold;
229 if (PartialThreshold != NoThreshold)
230 PartialThreshold =
231 std::max<unsigned>(PartialThreshold, PragmaUnrollThreshold);
793 unsigned Threshold, PartialThreshold;
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 242 unsigned PartialThreshold;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 276 UP.PartialThreshold = UP.PartialOptSizeThreshold = MaxOps;
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 437 UP.PartialThreshold *= 2;

Completed in 58 milliseconds