Home
last modified time | relevance | path

Searched refs:BiasP (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp76 BlockFrequency BiasP; member
103 return BiasN >= BiasP + SumLinkWeights; in mustSpill()
109 BiasN = BiasP = Value = 0; in clear()
135 BiasP += freq; in addBias()
151 BlockFrequency SumP = BiasP; in update()
236 nodes[n].BiasP = 0; in activate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSpillPlacement.cpp84 BlockFrequency BiasP; member
111 return BiasN >= BiasP + SumLinkWeights; in mustSpill()
117 BiasN = BiasP = Value = 0; in clear()
143 BiasP += freq; in addBias()
159 BlockFrequency SumP = BiasP; in update()
244 nodes[n].BiasP = 0; in activate()