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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp725 InductionList *getInductionVars() { return &Inductions; } function in class:__anon11117::LoopVectorizationLegality
2320 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars();
3086 assert(Legal->getInductionVars()->count(P) &&
3090 Legal->getInductionVars()->lookup(P);
3288 Legal->getInductionVars()->lookup(OldInduction);

Completed in 57 milliseconds