Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h166 bool hasDefiningRecipe() const { return getDefiningRecipe(); } in hasDefiningRecipe() function
169 bool isLiveIn() const { return !hasDefiningRecipe(); } in isLiveIn()
H A DVPlan.cpp301 !Def->hasDefiningRecipe() || in get()