Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp302 bool AllInvariant = true; in ProcessLoop() local
312 AllInvariant = false; in ProcessLoop()
316 if (!AllInvariant) continue; in ProcessLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp615 bool AllInvariant = true; in simplifyOneLoop() local
624 AllInvariant = false; in simplifyOneLoop()
635 if (!AllInvariant) continue; in simplifyOneLoop()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp631 bool AllInvariant = true; in simplifyOneLoop() local
643 AllInvariant = false; in simplifyOneLoop()
654 if (!AllInvariant) continue; in simplifyOneLoop()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2297 bool AllInvariant = true; in getAddRecExpr() local
2300 AllInvariant = false; in getAddRecExpr()
2303 if (AllInvariant) { in getAddRecExpr()
2312 AllInvariant = true; in getAddRecExpr()
2315 AllInvariant = false; in getAddRecExpr()
2318 if (AllInvariant) { in getAddRecExpr()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2920 bool AllInvariant = all_of( in getAddRecExpr() local
2923 if (AllInvariant) { in getAddRecExpr()
2932 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
2936 if (AllInvariant) { in getAddRecExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3386 bool AllInvariant = all_of( in getAddRecExpr() local
3389 if (AllInvariant) { in getAddRecExpr()
3398 AllInvariant = all_of(NestedOperands, [&](const SCEV *Op) { in getAddRecExpr()
3402 if (AllInvariant) { in getAddRecExpr()