Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h288 PHINode *getPrimaryInduction() { return PrimaryInduction; } in getPrimaryInduction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1447 if (Op != Legal->getPrimaryInduction() && TTI.isTruncateFree(SrcTy, DestTy)) in isOptimizableIVTruncate()
3690 OldInduction = Legal->getPrimaryInduction(); in createVectorizedLoopSkeleton()
5298 if (Ind == Legal->getPrimaryInduction() && foldTailByMasking()) in collectLoopScalars()
8122 if (CM.foldTailByMasking() && IndUpdate == Legal->getPrimaryInduction()) in collectTriviallyDeadInstructions()
8234 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
8388 OldInduction = Legal->getPrimaryInduction(); in createEpilogueVectorizedLoopSkeleton()
8559 if (Legal->getPrimaryInduction()) in createBlockInMask()
8560 IV = Plan->getOrAddVPValue(Legal->getPrimaryInduction()); in createBlockInMask()