Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1216 InductionList *getInductionVars() { return &Inductions; } in getInductionVars() function in __anon63bf7e8f0111::LoopVectorizationLegality
2921 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars(); in createEmptyLoop()
3657 assert(Legal->getInductionVars()->count(P) && in widenPHIInstruction()
3660 InductionDescriptor II = Legal->getInductionVars()->lookup(P); in widenPHIInstruction()
3856 Legal->getInductionVars()->lookup(OldInduction); in vectorizeBlockInLoop()
5652 for (auto &Induction : *Legal->getInductionVars()) { in collectValuesToIgnore()