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.cpp639 bool AllInvariant = true; in simplifyOneLoop() local
648 AllInvariant = false; in simplifyOneLoop()
654 if (!AllInvariant) continue; in simplifyOneLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3688 bool AllInvariant = all_of( in getAddRecExpr() local
3691 if (AllInvariant) { in getAddRecExpr()
3700 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3704 if (AllInvariant) { in getAddRecExpr()