Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:isDependent

4243   bool isDependent(const MemAccessInfo &A, unsigned AIdx,
4378 bool MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx,
4527 if (*I1 < *I2 && isDependent(*AI, *I1, *OI, *I2, Strides))
4529 if (*I2 < *I1 && isDependent(*OI, *I2, *AI, *I1, Strides))