Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp936 SmallPtrSet<Value *, 8> SafePointes; in canVectorizeWithIfConvert() local
945 SafePointes.insert(Ptr); in canVectorizeWithIfConvert()
960 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()