Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DCostModel.cpp113 if (auto CostVal = Cost.getValue()) in print() local
114 OS << "Cost Model: Found an estimated cost of " << *CostVal; in print()
142 if (auto CostVal = Cost.getValue()) in run() local
143 OS << "Cost Model: Found an estimated cost of " << *CostVal; in run()