File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
llvm/include/llvm/Analysis Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -506,17 +506,6 @@ class DependenceInfo {
506506 bool isKnownPredicate (ICmpInst::Predicate Pred, const SCEV *X,
507507 const SCEV *Y) const ;
508508
509- // / isKnownLessThan - Compare to see if S is less than Size
510- // / Another wrapper for isKnownNegative(S - max(Size, 1)) with some extra
511- // / checking if S is an AddRec and we can prove lessthan using the loop
512- // / bounds.
513- bool isKnownLessThan (const SCEV *S, const SCEV *Size) const ;
514-
515- // / isKnownNonNegative - Compare to see if S is known not to be negative
516- // / Uses the fact that S comes from Ptr, which may be an inbound GEP,
517- // / Proving there is no wrapping going on.
518- bool isKnownNonNegative (const SCEV *S, const Value *Ptr) const ;
519-
520509 // / collectUpperBound - All subscripts are the same type (on my machine,
521510 // / an i64). The loop bound may be a smaller type. collectUpperBound
522511 // / find the bound, if available, and zero extends it to the Type T.
You can’t perform that action at this time.
0 commit comments