Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1201 assert(OldBB->getRecipeList().size() == NewBB->getRecipeList().size() && in remapOperands()
H A DVPlanRecipes.cpp253 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()
259 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
H A DVPlan.h3021 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function