Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp283 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()
291 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
296 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()
302 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
DVPlan.h1105 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp448 Parent->getRecipeList().insert(InsertPos->getIterator(), this); in insertBefore()
456 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
461 getParent()->getRecipeList().remove(getIterator()); in removeFromParent()
467 return getParent()->getRecipeList().erase(getIterator()); in eraseFromParent()
DVPlan.h1406 RecipeListTy &getRecipeList() { return Recipes; } in getRecipeList() function