Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp725 InductionList *getInductionVars() { return &Inductions; } in getInductionVars()
885 InductionList Inductions; member in __anon63bf7e8f0111::LoopVectorizationLegality
1630 if (Phi && Inductions.count(Phi)) { in isConsecutivePtr()
1631 InductionInfo II = Inductions[Phi]; in isConsecutivePtr()
1644 if (Phi && Inductions.count(Phi)) { in isConsecutivePtr()
1656 InductionInfo II = Inductions[Phi]; in isConsecutivePtr()
3701 Inductions[Phi] = InductionInfo(StartValue, IK, StepValue); in canVectorizeInstrs()
3826 if (Inductions.empty()) { in canVectorizeInstrs()
4383 return Inductions.count(PN); in isInductionVariable()
/external/llvm/docs/
DVectorizers.rst203 Inductions subsection