Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9087 VPRecipeBase *PrevRecipe = &RecurPhi->getBackedgeRecipe(); in buildVPlanWithVPRecipes() local
9091 dyn_cast<VPFirstOrderRecurrencePHIRecipe>(PrevRecipe)) in buildVPlanWithVPRecipes()
9092 PrevRecipe = &PrevPhi->getBackedgeRecipe(); in buildVPlanWithVPRecipes()
9093 VPBasicBlock *InsertBlock = PrevRecipe->getParent(); in buildVPlanWithVPRecipes()
9094 auto *Region = GetReplicateRegion(PrevRecipe); in buildVPlanWithVPRecipes()
9101 if (Region || PrevRecipe->isPhi()) in buildVPlanWithVPRecipes()
9104 Builder.setInsertPoint(InsertBlock, std::next(PrevRecipe->getIterator())); in buildVPlanWithVPRecipes()