Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp650 bool AllInvariant = true; in simplifyOneLoop() local
659 AllInvariant = false; in simplifyOneLoop()
670 if (!AllInvariant) continue; in simplifyOneLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3553 bool AllInvariant = all_of( in getAddRecExpr() local
3556 if (AllInvariant) { in getAddRecExpr()
3565 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3569 if (AllInvariant) { in getAddRecExpr()