Searched refs:SumLinkWeights (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp90 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold.
91 BlockFrequency SumLinkWeights; member in struct:SpillPlacement::Node
103 // true when the RHS saturates. Note that SumLinkWeights includes Threshold.
104 return BiasN >= BiasP + SumLinkWeights;
113 SumLinkWeights = Threshold;
120 SumLinkWeights += w;

Completed in 98 milliseconds