Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h455 BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs,
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1082 BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs, in blockCanBePredicated() argument
1104 if (!SafePtrs.count(LI->getPointerOperand())) { in blockCanBePredicated()