Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h299 PHINode *getPrimaryInduction() { return PrimaryInduction; } in getPrimaryInduction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1177 if (Op != Legal->getPrimaryInduction() && TTI.isTruncateFree(SrcTy, DestTy)) in isOptimizableIVTruncate()
2857 if (Ind == Legal->getPrimaryInduction() && foldTailByMasking()) in collectLoopScalars()
8634 getDebugLocFromInstOrOperands(Legal->getPrimaryInduction()), in tryToBuildVPlanWithVPRecipes()
8926 getDebugLocFromInstOrOperands(Legal->getPrimaryInduction()), false, in tryToBuildVPlan()
10293 LVL.getPrimaryInduction()); in processLoop()