Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8674 if (VPValue *StrideVPV = Plan->getLiveIn(StrideV)) in tryToBuildVPlanWithVPRecipes() local
8675 StrideVPV->replaceAllUsesWith(CI); in tryToBuildVPlanWithVPRecipes()
8682 VPValue *StrideVPV = Plan->getLiveIn(U); in tryToBuildVPlanWithVPRecipes() local
8683 if (!StrideVPV) in tryToBuildVPlanWithVPRecipes()
8689 StrideVPV->replaceAllUsesWith(CI); in tryToBuildVPlanWithVPRecipes()