Searched refs:ILS (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | SCEVValidator.cpp | 126 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 D | ScopHelper.cpp | 608 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 D | SCEVValidator.h | 49 const InvariantLoadsSetTy &ILS); 52 InvariantLoadsSetTy *ILS = nullptr);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1985 VarLocSet &ILS = getVarLocsInMBB(&MBB, InLocs); in join() local 1987 if (ILS != InLocsT) { in join() 1988 ILS = InLocsT; in join()
|