Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Dependence

11 // distribute loops that cannot be vectorized due to dependence cycles.  It
15 // For dependence analysis, the pass uses the LoopVectorizer's
77 /// \brief Returns whether this partition contains a dependence cycle.
101 // FIXME: We currently don't use control-dependence but simply include all
197 /// \brief Whether this partition contains a dependence cycle.
240 /// dependence cycles.
535 /// number, we know whether any unsafe dependence crosses over a program point.
537 typedef MemoryDepChecker::Dependence Dependence;
554 const SmallVectorImpl<Dependence> &Dependences) {
679 // dependence cycles to enable partial vectorization.
698 // has an unsafe dependence (Store3->Load1) spanning over it must be
719 // start of a dependence directly via NumUnsafeDependencesStartOrEnd.