Home
last modified time | relevance | path

Searched refs:ILS (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVValidator.cpp126 InvariantLoadsSetTy *ILS; member in SCEVValidator
130 InvariantLoadsSetTy *ILS) in SCEVValidator() argument
131 : R(R), Scope(Scope), SE(SE), ILS(ILS) {} in SCEVValidator()
362 if (R->contains(I) && ILS) { in visitLoadInstruction()
363 ILS->insert(cast<LoadInst>(I)); in visitLoadInstruction()
468 const InvariantLoadsSetTy &ILS; member in SCEVInRegionDependences
475 : R(R), Scope(Scope), ILS(ILS), AllowLoops(AllowLoops) {} in SCEVInRegionDependences()
491 if (LI && ILS.contains(LI)) in follow()
597 SCEVValidator Validator(R, Scope, SE, ILS); in isAffineExpr()
662 InvariantLoadsSetTy ILS; in getParamsInAffineExpr() local
[all …]
H A DScopHelper.cpp608 const InvariantLoadsSetTy &ILS = S.getRequiredInvariantLoads(); in canSynthesize() local
611 if (!hasScalarDepsInsideRegion(Scev, &S.getRegion(), Scope, false, ILS)) in canSynthesize()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DSCEVValidator.h49 const InvariantLoadsSetTy &ILS);
52 InvariantLoadsSetTy *ILS = nullptr);
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1985 VarLocSet &ILS = getVarLocsInMBB(&MBB, InLocs); in join() local
1987 if (ILS != InLocsT) { in join()
1988 ILS = InLocsT; in join()