Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp556 uint64_t PtCost = InsertPt->frequency(*this) * CostForInsertPt; in computeMapping() local
558 if ((Saturated = PtCost < CostForInsertPt)) in computeMapping()
561 Saturated = Cost.addNonLocalCost(PtCost); in computeMapping()