Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h172 bool hasDefiningRecipe() const { return getDefiningRecipe(); } in hasDefiningRecipe() function
178 assert(!hasDefiningRecipe() && in getLiveInIRValue()
183 assert(!hasDefiningRecipe() && in getLiveInIRValue()
191 bool isDefinedOutsideVectorRegions() const { return !hasDefiningRecipe(); } in isDefinedOutsideVectorRegions()
H A DVPlan.cpp212 if (!Def->hasDefiningRecipe()) in get()
H A DLoopVectorize.cpp9691 if (isa<StoreInst>(UI) && !getOperand(1)->hasDefiningRecipe()) { in execute()