Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp615 bool AllInvariant = true; in simplifyOneLoop() local
624 AllInvariant = false; in simplifyOneLoop()
635 if (!AllInvariant) continue; in simplifyOneLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp3408 bool AllInvariant = all_of( in getAddRecExpr() local
3411 if (AllInvariant) { in getAddRecExpr()
3420 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3424 if (AllInvariant) { in getAddRecExpr()