Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp536 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()
544 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
549 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()
555 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
568 BB.getRecipeList().insert(I, this); in moveBefore()
H A DVPlan.h1535 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function