Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp107 if (auto CostVal = Cost.getValue()) in print() local
108 OS << "Cost Model: Found an estimated cost of " << *CostVal; in print()