Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1308 auto MinCustomCostI = std::min_element(CustomCost.begin(), CustomCost.end()); variable
1309 if (MinCustomCostI != CustomCost.end())
1310 return *MinCustomCostI;