Searched refs:Inductions (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 354 SmallVector<PHINode *, 8> &Inductions, 698 Loop *L, SmallVector<PHINode *, 8> &Inductions, in findInductionAndReductions() argument 707 Inductions.push_back(PHI); in findInductionAndReductions() 761 SmallVector<PHINode *, 8> Inductions; in currentLimitations() local 763 if (!findInductionAndReductions(InnerLoop, Inductions, Reductions)) in currentLimitations() 767 if (Inductions.size() != 1) { in currentLimitations() 775 InnerInductionVar = Inductions.pop_back_val(); in currentLimitations() 777 if (!findInductionAndReductions(OuterLoop, Inductions, Reductions)) in currentLimitations() 785 if (Inductions.size() != 1) in currentLimitations()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1383 InductionList *getInductionVars() { return &Inductions; } in getInductionVars() 1566 InductionList Inductions; member in __anon63bf7e8f0111::LoopVectorizationLegality 2036 if (Phi && Inductions.count(Phi)) { in isConsecutivePtr() 2037 InductionDescriptor II = Inductions[Phi]; in isConsecutivePtr() 2050 if (Phi && Inductions.count(Phi)) { in isConsecutivePtr() 2062 InductionDescriptor II = Inductions[Phi]; in isConsecutivePtr() 4538 Inductions[Phi] = ID; in addInductionPhi() 4723 if (Inductions.empty()) { in canVectorizeInstrs() 4849 return Inductions.count(PN); in isInductionVariable()
|
/external/llvm/docs/ |
D | Vectorizers.rst | 203 Inductions subsection
|