Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DInlineCostTest.cpp22 TEST(InlineCostTest, CostFeatures) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp330 const auto CostFeatures = in getAdviceImpl() local
332 if (!CostFeatures) { in getAdviceImpl()
372 static_cast<InlineCostFeatureIndex>(I))) = CostFeatures->at(I); in getAdviceImpl()