Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4010 SmallPtrSet<Value *, 8> SafePointes; in canVectorizeWithIfConvert() local
4022 SafePointes.insert(LI->getPointerOperand()); in canVectorizeWithIfConvert()
4024 SafePointes.insert(SI->getPointerOperand()); in canVectorizeWithIfConvert()
4043 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()