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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 86 "threshold to DefaultThreshold*std::min(MaxPercentThresholdBoost, "
177 UP.MaxPercentThresholdBoost = 400;
213 UP.MaxPercentThresholdBoost = UnrollMaxPercentThresholdBoost;
695 unsigned MaxPercentThresholdBoost) {
701 MaxPercentThresholdBoost);
703 return MaxPercentThresholdBoost;
791 UP.Threshold * UP.MaxPercentThresholdBoost / 100)) {
793 getFullUnrollBoostingFactor(*Cost, UP.MaxPercentThresholdBoost);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 362 /// MaxPercentThresholdBoost / 100)
367 unsigned MaxPercentThresholdBoost;
    [all...]

Completed in 75 milliseconds