Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:isDependent

3221   bool isDependent(const MemAccessInfo &A, unsigned AIdx,
3354 bool MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx,
3501 if (*I1 < *I2 && isDependent(*AI, *I1, *OI, *I2))
3503 if (*I2 < *I1 && isDependent(*OI, *I2, *AI, *I1))