Home
last modified time | relevance | path

Searched refs:NestedLoop (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dframe_test.cc56 TEST_F(FrameViewTest, NestedLoop) { in TEST_F() argument
/external/tensorflow/tensorflow/c/
Dwhile_loop_test.cc199 TEST_F(CApiWhileLoopTest, NestedLoop) { in TEST_F() argument
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2286 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local
2287 if (L->contains(NestedLoop) ? in getAddRecExpr()
2288 (L->getLoopDepth() < NestedLoop->getLoopDepth()) : in getAddRecExpr()
2289 (!NestedLoop->contains(L) && in getAddRecExpr()
2290 DT->dominates(L->getHeader(), NestedLoop->getHeader()))) { in getAddRecExpr()
2314 if (!isLoopInvariant(NestedOperands[i], NestedLoop)) { in getAddRecExpr()
2325 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()
/external/libchrome/base/
Dobserver_list_unittest.cc1141 TEST(ObserverListTest, NestedLoop) { in TEST() argument
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2909 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local
2910 if (L->contains(NestedLoop) in getAddRecExpr()
2911 ? (L->getLoopDepth() < NestedLoop->getLoopDepth()) in getAddRecExpr()
2912 : (!NestedLoop->contains(L) && in getAddRecExpr()
2913 DT.dominates(L->getHeader(), NestedLoop->getHeader()))) { in getAddRecExpr()
2933 return isLoopInvariant(Op, NestedLoop); in getAddRecExpr()
2943 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3375 const Loop *NestedLoop = NestedAR->getLoop(); in getAddRecExpr() local
3376 if (L->contains(NestedLoop) in getAddRecExpr()
3377 ? (L->getLoopDepth() < NestedLoop->getLoopDepth()) in getAddRecExpr()
3378 : (!NestedLoop->contains(L) && in getAddRecExpr()
3379 DT.dominates(L->getHeader(), NestedLoop->getHeader()))) { in getAddRecExpr()
3399 return isLoopInvariant(Op, NestedLoop); in getAddRecExpr()
3409 return getAddRecExpr(NestedOperands, NestedLoop, InnerFlags); in getAddRecExpr()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc588 TEST_F(GraphPropertiesTest, NestedLoop) { in TEST_F() argument