Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h286 PHINode *getPrimaryInduction() { return PrimaryInduction; } in getPrimaryInduction() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1376 if (Op != Legal->getPrimaryInduction() && TTI.isTruncateFree(SrcTy, DestTy)) in isOptimizableIVTruncate()
3119 Instruction *OldInduction = Legal->getPrimaryInduction(); in createInductionResumeValues()
4385 if (Ind == Legal->getPrimaryInduction() && foldTailByMasking()) in collectLoopScalars()
8765 getDebugLocFromInstOrOperands(Legal->getPrimaryInduction()); in buildVPlanWithVPRecipes()