Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp226 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()
230 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
DVPlan.h969 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function