Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp639 bool AllInvariant = true; in simplifyOneLoop() local
648 AllInvariant = false; in simplifyOneLoop()
659 if (!AllInvariant) continue; in simplifyOneLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3456 bool AllInvariant = all_of( in getAddRecExpr() local
3459 if (AllInvariant) { in getAddRecExpr()
3468 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3472 if (AllInvariant) { in getAddRecExpr()