Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp201 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()
209 BB.getRecipeList().insert(I, this); in insertBefore()
217 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
222 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()
228 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
H A DVPlan.h2466 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function