Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3131 SmallPtrSet<Instruction *, 8> PossibleNonScalarPtrs; in collectLoopScalars() local
3182 PossibleNonScalarPtrs.insert(I); in collectLoopScalars()
3209 if (!PossibleNonScalarPtrs.count(I)) { in collectLoopScalars()