Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DMatrixUtils.cpp92 BasicBlock *InnerBody = in CreateTiledLoops() local
95 InnerLoopLatch = InnerBody->getSingleSuccessor(); in CreateTiledLoops()
98 InnerLoopHeader = InnerBody->getSinglePredecessor(); in CreateTiledLoops()
103 return InnerBody; in CreateTiledLoops()
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp163 BasicBlock *InnerBody = &*FI++; in TEST() local
168 BBI = InnerBody->begin(); in TEST()
/external/llvm-project/llvm/unittests/Analysis/
DUnrollAnalyzerTest.cpp163 BasicBlock *InnerBody = &*FI++; in TEST() local
168 BBI = InnerBody->begin(); in TEST()
/external/tensorflow/tensorflow/python/kernel_tests/
Dwhile_v2_test.py751 def InnerBody(inner_x, outer_x, tl): function
755 return control_flow_ops.while_loop(InnerCond, InnerBody,
1120 def InnerBody(c, v): function
1123 results = InnerBody(c, v)
Dcontrol_flow_ops_py_test.py3931 def InnerBody(row, col, ta): function
3939 InnerBody, [row, constant_op.constant(1.), ta],
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1225 BasicBlock *InnerBody = TI.CreateTiledLoops(Start, End, Builder, DTU, *LI); in createTiledLoops() local
1244 Builder.SetInsertPoint(InnerBody->getTerminator()); in createTiledLoops()