Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp483 using RecipeList = SmallVector<VPRecipeBase *, 2>; in calculateRegisterUsageForPlan() typedef
484 SmallDenseMap<unsigned, RecipeList, 16> TransposeEnds; in calculateRegisterUsageForPlan()
516 RecipeList &List = TransposeEnds[Idx]; in calculateRegisterUsageForPlan()