Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h172 bool hasDefiningRecipe() const { return getDefiningRecipe(); } in hasDefiningRecipe() function
175 bool isLiveIn() const { return !hasDefiningRecipe(); } in isLiveIn()
194 bool isDefinedOutsideVectorRegions() const { return !hasDefiningRecipe(); } in isDefinedOutsideVectorRegions()