Searched refs:SCEVExprContains (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | Delinearization.cpp | 40 return SCEVExprContains(S, [](const SCEV *S) { in containsUndefs() 247 if (SCEVExprContains(T, [](const SCEV *S) { return isa<SCEVUnknown>(S); })) in containsParameters()
|
| H A D | ScalarEvolution.cpp | 4343 bool ContainsNulls = SCEVExprContains(S, [](const SCEV *S) { in checkValidity() 4357 SCEVExprContains(S, [](const SCEV *S) { return isa<SCEVAddRecExpr>(S); }); in containsAddRecurrence() 13007 return SCEVExprContains(S, [](const SCEV *S) { in containsUndefs() 13016 return SCEVExprContains(S, [](const SCEV *S) { in containsErasedValue() 13534 return SCEVExprContains(S, [&](const SCEV *Expr) { return Expr == Op; }); in hasOperand()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 730 bool SCEVExprContains(const SCEV *Root, PredTy Pred) { in SCEVExprContains() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1100 if (SCEVExprContains(SCEVPtr1, HasNonLinearDominanceRelation)) in accessDiffIsPositive()
|
| H A D | LoopStrengthReduce.cpp | 481 return SCEVExprContains(S, [&L](const SCEV *S) { in containsAddRecDependentOnLoop()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1810 return !SCEVExprContains(S, [](const SCEV *S) { in expand()
|