Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp656 bool needsScalarInduction(Instruction *IV) const;
2346 bool InnerLoopVectorizer::needsScalarInduction(Instruction *IV) const { in needsScalarInduction() function in InnerLoopVectorizer
2473 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()