Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3438 VPValue *getLiveIn(Value *V) const { return Value2VPValue.lookup(V); } in getLiveIn() function
H A DLoopVectorize.cpp8674 if (VPValue *StrideVPV = Plan->getLiveIn(StrideV)) in tryToBuildVPlanWithVPRecipes()
8682 VPValue *StrideVPV = Plan->getLiveIn(U); in tryToBuildVPlanWithVPRecipes()