Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3130 SmallSetVector<Instruction *, 8> ScalarPtrs; in collectLoopScalars() local
3180 ScalarPtrs.insert(I); in collectLoopScalars()
3208 for (auto *I : ScalarPtrs) in collectLoopScalars()