Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp833 PHINode *Induction = nullptr; member in llvm::InnerLoopVectorizer
2440 Value *ScalarIV = Induction; in widenIntOrFpInduction()
3108 Induction->addIncoming(Next, Latch); in createInductionVariable()
3116 return Induction; in createInductionVariable()
3744 Induction = in createVectorizedLoopSkeleton()
5218 auto *Ind = Induction.first; in collectLoopScalars()
5516 auto *Ind = Induction.first; in collectLoopUniforms()
8147 State.CanonicalIV = ILV.Induction; in executePlan()
8209 PHINode *Ind = Induction.first; in collectTriviallyDeadInstructions()
8332 Induction = in createEpilogueVectorizedLoopSkeleton()
[all …]
H A DLoopVectorizationLegality.cpp915 any_of(getInductionVars(), [&](auto &Induction) -> bool { in canVectorizeFPMath() argument
916 InductionDescriptor IndDesc = Induction.second; in canVectorizeFPMath()