Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h365 bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp797 BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs) { in blockCanBePredicated() argument
812 if (!SafePtrs.count(LI->getPointerOperand())) { in blockCanBePredicated()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1502 bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs);
4861 BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs) { in blockCanBePredicated() argument
4876 if (!SafePtrs.count(LI->getPointerOperand())) { in blockCanBePredicated()
4905 bool isSafePtr = (SafePtrs.count(SI->getPointerOperand()) != 0); in blockCanBePredicated()