Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A 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()