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

  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 89 uint32_t MaxWeight = 0;
94 if (Weight > MaxWeight) {
95 MaxWeight = Weight;
RegAllocGreedy.cpp 159 float MaxWeight; ///< Maximum spill weight evicted.
161 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {}
166 return MaxWeight < O.MaxWeight;
539 // Check if any interfering live range is heavier than MaxWeight.
570 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight);
641 BestCost.MaxWeight = VirtReg.weight;
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 463 uint32_t MaxWeight = 0;
474 if (Weight > MaxWeight) {
475 MaxWeight = Weight;
481 if (BranchProbability(MaxWeight, Sum) > BranchProbability(4, 5))
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]

Completed in 654 milliseconds