Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h293 PHINode *getPrimaryInduction() { return PrimaryInduction; } in getPrimaryInduction() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
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()
8220 if (CM.foldTailByMasking() && IndUpdate == Legal->getPrimaryInduction()) in collectTriviallyDeadInstructions()
8332 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
8495 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
8664 if (Legal->getPrimaryInduction()) in createBlockInMask()
8665 IV = Plan->getOrAddVPValue(Legal->getPrimaryInduction()); in createBlockInMask()