Home
last modified time | relevance | path

Searched refs:SCEVExprContains (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h622 bool SCEVExprContains(const SCEV *Root, PredTy Pred) { in SCEVExprContains() function
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h679 bool SCEVExprContains(const SCEV *Root, PredTy Pred) { in SCEVExprContains() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp907 if (SCEVExprContains(SCEVPtr1, HasNonLinearDominanceRelation)) in accessDiffIsPositive()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1088 if (SCEVExprContains(SCEVPtr1, HasNonLinearDominanceRelation)) in accessDiffIsPositive()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3810 bool ContainsNulls = SCEVExprContains(S, [](const SCEV *S) { in checkValidity()
3823 bool FoundAddRec = SCEVExprContains(S, isa<SCEVAddRecExpr, const SCEV *>); in containsAddRecurrence()
10956 return SCEVExprContains(S, [](const SCEV *S) { in containsUndefs()
11164 if (SCEVExprContains(T, isa<SCEVUnknown, const SCEV *>)) in containsParameters()
11908 return SCEVExprContains(S, [&](const SCEV *Expr) { return Expr == Op; }); in hasOperand()
11914 return !isa<SCEVCouldNotCompute>(X) && SCEVExprContains(X, IsS); in hasOperand()
DScalarEvolutionExpander.cpp1821 return !SCEVExprContains(S, [](const SCEV *S) { in expand()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3770 bool ContainsNulls = SCEVExprContains(S, [](const SCEV *S) { in checkValidity()
3784 SCEVExprContains(S, [](const SCEV *S) { return isa<SCEVAddRecExpr>(S); }); in containsAddRecurrence()
11427 return SCEVExprContains(S, [](const SCEV *S) { in containsUndefs()
11635 if (SCEVExprContains(T, [](const SCEV *S) { return isa<SCEVUnknown>(S); })) in containsParameters()
12427 return SCEVExprContains(S, [&](const SCEV *Expr) { return Expr == Op; }); in hasOperand()
12433 return !isa<SCEVCouldNotCompute>(X) && SCEVExprContains(X, IsS); in hasOperand()
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1878 return !SCEVExprContains(S, [](const SCEV *S) { in expand()