Home
last modified time | relevance | path

Searched refs:MaxWeight (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBranchProbabilityInfo.cpp89 uint32_t MaxWeight = 0; in getHotSucc() local
94 if (Weight > MaxWeight) { in getHotSucc()
95 MaxWeight = Weight; in getHotSucc()
DRegAllocGreedy.cpp157 float MaxWeight; ///< Maximum spill weight evicted. member
159 EvictionCost(unsigned B = 0) : BrokenHints(B), MaxWeight(0) {} in EvictionCost()
164 return MaxWeight < O.MaxWeight; in operator <()
568 Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight); in canEvictInterference()
640 BestCost.MaxWeight = VirtReg.weight; in tryEvict()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp463 uint32_t MaxWeight = 0; in getHotSucc() local
474 if (Weight > MaxWeight) { in getHotSucc()
475 MaxWeight = Weight; in getHotSucc()
481 if (BranchProbability(MaxWeight, Sum) > BranchProbability(4, 5)) in getHotSucc()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1325 unsigned MaxWeight = 0, Weight = 0; in computeUberWeights() local
1328 if (Weight > MaxWeight) in computeUberWeights()
1329 MaxWeight = Weight; in computeUberWeights()
1340 if (Weight > MaxWeight) in computeUberWeights()
1341 MaxWeight = Weight; in computeUberWeights()
1344 I->Weight = MaxWeight; in computeUberWeights()