Searched refs:isSplitable (Results 1 – 2 of 2) sorted by relevance
181 /// isSplitable - Returns true if splitting this loop will break183 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable() function 274 /// isSplitable - Returns true if splitting the loop will break276 bool isSplitable(unsigned Level) const override;
196 if (D->isSplitable(Level)) { in dumpExampleDependence()373 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable() function in FullDependence674 if (isSplitable(II)) in dump()4026 assert(Dep.isSplitable(SplitLevel) && in getSplitIteration()