Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6984 SmallVector<Instruction *> IVInsts = {IV, IVInc}; in cost() local
6989 IVInsts.push_back(CI); in cost()
6991 for (Instruction *IVInst : IVInsts) { in cost()