Home
last modified time | relevance | path

Searched refs:AllInvariant (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp642 bool AllInvariant = true; in simplifyOneLoop() local
651 AllInvariant = false; in simplifyOneLoop()
657 if (!AllInvariant) continue; in simplifyOneLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3706 bool AllInvariant = all_of( in getAddRecExpr() local
3709 if (AllInvariant) { in getAddRecExpr()
3718 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3722 if (AllInvariant) { in getAddRecExpr()