Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp563 uint64_t PtCost = InsertPt->frequency(*this) * CostForInsertPt; in computeMapping() local
565 if ((Saturated = PtCost < CostForInsertPt)) in computeMapping()
568 Saturated = Cost.addNonLocalCost(PtCost); in computeMapping()