Searched refs:createWidenInductionRecipes (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 7925 createWidenInductionRecipes(PHINode *Phi, Instruction *PhiOrTrunc, in createWidenInductionRecipes() function 7948 return createWidenInductionRecipes(Phi, Phi, Operands[0], *II, Plan, in tryToOptimizeInductionPHI() 7988 return createWidenInductionRecipes(Phi, I, Start, II, Plan, *PSE.getSE(), in tryToOptimizeInductionTruncate()
|