Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h57 DenseMap<Instruction *, VPRecipeBase *> Ingredient2Recipe; variable
121 assert(!Ingredient2Recipe.contains(I) && in setRecipe()
123 Ingredient2Recipe[I] = R; in setRecipe()
147 assert(Ingredient2Recipe.count(I) && in getRecipe()
149 assert(Ingredient2Recipe[I] != nullptr && in getRecipe()
151 return Ingredient2Recipe[I]; in getRecipe()
170 if (auto *R = Ingredient2Recipe.lookup(I)) in getVPValueOrAddLiveIn()
H A DLoopVectorize.cpp7747 if (auto *R = Ingredient2Recipe.lookup(I)) in mapToVPValues()