Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7264 auto *ExpSCEV = dyn_cast<VPExpandSCEVRecipe>(&R); in executePlan() local
7265 if (!ExpSCEV) in executePlan()
7267 ExpSCEV->execute(State); in executePlan()
7268 ExpandedSCEVs[ExpSCEV->getSCEV()] = State.get(ExpSCEV, VPLane(0)); in executePlan()
7269 VPValue *Exp = BestVPlan.getOrAddLiveIn(ExpandedSCEVs[ExpSCEV->getSCEV()]); in executePlan()
7270 ExpSCEV->replaceAllUsesWith(Exp); in executePlan()
7271 if (BestVPlan.getTripCount() == ExpSCEV) in executePlan()
7273 ExpSCEV->eraseFromParent(); in executePlan()