Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h285 PHINode *getPrimaryInduction() { return PrimaryInduction; } in getPrimaryInduction() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1406 if (Op != Legal->getPrimaryInduction() && TTI.isTruncateFree(SrcTy, DestTy)) in isOptimizableIVTruncate()
3144 Instruction *OldInduction = Legal->getPrimaryInduction(); in createInductionResumeValue()
4330 if (Ind == Legal->getPrimaryInduction() && foldTailByMasking()) in collectLoopScalars()
8892 getDebugLocFromInstOrOperands(Legal->getPrimaryInduction()); in buildVPlanWithVPRecipes()