Searched refs:NestedLoop (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | frame_test.cc | 56 TEST_F(FrameViewTest, NestedLoop) { in TEST_F() argument
|
/external/tensorflow/tensorflow/c/ |
D | while_loop_test.cc | 199 TEST_F(CApiWhileLoopTest, NestedLoop) { in TEST_F() argument
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 2286 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/ |
D | observer_list_unittest.cc | 1141 TEST(ObserverListTest, NestedLoop) { in TEST() argument
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2909 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/ |
D | ScalarEvolution.cpp | 3375 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/ |
D | graph_properties_test.cc | 588 TEST_F(GraphPropertiesTest, NestedLoop) { in TEST_F() argument
|