Searched refs:Ingredient2Recipe (Results 1 – 2 of 2) sorted by relevance
57 DenseMap<Instruction *, VPRecipeBase *> Ingredient2Recipe; variable121 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()
7747 if (auto *R = Ingredient2Recipe.lookup(I)) in mapToVPValues()