Home
last modified time | relevance | path

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

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