Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FullDependence

234 // FullDependence methods
236 FullDependence::FullDependence(Instruction *Source, Instruction *Destination,
249 unsigned FullDependence::getDirection(unsigned Level) const {
256 const SCEV *FullDependence::getDistance(unsigned Level) const {
265 bool FullDependence::isScalar(unsigned Level) const {
273 bool FullDependence::isPeelFirst(unsigned Level) const {
281 bool FullDependence::isPeelLast(unsigned Level) const {
288 bool FullDependence::isSplitable(unsigned Level) const {
1020 FullDependence &Result) const {
1068 unsigned Level, FullDependence &Result,
1204 const Loop *CurLoop, unsigned Level, FullDependence &Result,
1416 FullDependence &Result,
1626 FullDependence &Result,
1736 FullDependence &Result,
1820 FullDependence &Result) const {
2074 FullDependence &Result, Constraint &NewConstraint,
2142 FullDependence &Result) const {
2209 FullDependence &Result) const {
2250 FullDependence &Result) const {
2454 FullDependence &Result) const {
3328 FullDependence Result(Src, Dst, PossiblyLoopIndependent, CommonLevels);
3693 return make_unique<FullDependence>(std::move(Result));
3763 FullDependence Result(Src, Dst, false, CommonLevels);