Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1163 const MemoryDepChecker::Dependence *IUDep = nullptr; in canVectorizeIndirectUnsafeDependences() local
1181 if (Dep.Type != MemoryDepChecker::Dependence::IndirectUnsafe || IUDep) in canVectorizeIndirectUnsafeDependences()
1184 IUDep = &Dep; in canVectorizeIndirectUnsafeDependences()
1186 if (!IUDep) in canVectorizeIndirectUnsafeDependences()
1190 LoadInst *LI = dyn_cast<LoadInst>(IUDep->getSource(DepChecker)); in canVectorizeIndirectUnsafeDependences()
1191 StoreInst *SI = dyn_cast<StoreInst>(IUDep->getDestination(DepChecker)); in canVectorizeIndirectUnsafeDependences()