Lines Matching defs:ILS
127 InvariantLoadsSetTy *ILS;
131 InvariantLoadsSetTy *ILS)
132 : R(R), Scope(Scope), SE(SE), ILS(ILS) {}
369 if (R->contains(I) && ILS) {
370 ILS->insert(cast<LoadInst>(I));
476 const InvariantLoadsSetTy &ILS;
482 const InvariantLoadsSetTy &ILS)
483 : R(R), Scope(Scope), ILS(ILS), AllowLoops(AllowLoops) {}
499 if (LI && ILS.contains(LI))
593 const InvariantLoadsSetTy &ILS) {
594 SCEVInRegionDependences InRegionDeps(R, Scope, AllowLoops, ILS);
601 ScalarEvolution &SE, InvariantLoadsSetTy *ILS) {
605 SCEVValidator Validator(R, Scope, SE, ILS);
670 InvariantLoadsSetTy ILS;
671 SCEVValidator Validator(R, Scope, SE, &ILS);