Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h293 PHINode *getPrimaryInduction() { return PrimaryInduction; } in getPrimaryInduction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1472 if (Op != Legal->getPrimaryInduction() && TTI.isTruncateFree(SrcTy, DestTy)) in isOptimizableIVTruncate()
3736 OldInduction = Legal->getPrimaryInduction(); in createVectorizedLoopSkeleton()
5223 if (Ind == Legal->getPrimaryInduction() && foldTailByMasking()) in collectLoopScalars()
8214 if (CM.foldTailByMasking() && IndUpdate == Legal->getPrimaryInduction()) in collectTriviallyDeadInstructions()
8326 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
8489 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
8658 if (Legal->getPrimaryInduction()) in createBlockInMask()
8659 IV = Plan->getOrAddVPValue(Legal->getPrimaryInduction()); in createBlockInMask()