Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp851 SmallPtrSet<Value *, 8> SafePointes; in canVectorizeWithIfConvert() local
860 SafePointes.insert(Ptr); in canVectorizeWithIfConvert()
875 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4346 SmallPtrSet<Value *, 8> SafePointes; in canVectorizeWithIfConvert() local
4355 SafePointes.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
4357 SafePointes.insert(SI->getPointerOperand()); in canVectorizeWithIfConvert()
4373 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()