OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCEVExprContains
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
679
bool
SCEVExprContains
(const SCEV *Root, PredTy Pred) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp
1100
if (
SCEVExprContains
(SCEVPtr1, HasNonLinearDominanceRelation))
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
3796
bool ContainsNulls =
SCEVExprContains
(S, [](const SCEV *S) {
3810
SCEVExprContains
(S, [](const SCEV *S) { return isa<SCEVAddRecExpr>(S); });
11613
return
SCEVExprContains
(S, [](const SCEV *S) {
11819
if (
SCEVExprContains
(T, [](const SCEV *S) { return isa<SCEVUnknown>(S); }))
12606
return
SCEVExprContains
(S, [&](const SCEV *Expr) { return Expr == Op; });
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
1930
return !
SCEVExprContains
(S, [](const SCEV *S) {
Completed in 27 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026