Home
last modified time | relevance | path

Searched refs:RowLoopLatch (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp90 RowLoopLatch = RowBody->getSingleSuccessor(); in CreateTiledLoops()
93 CreateLoop(RowBody, RowLoopLatch, B.getInt64(NumInner), in CreateTiledLoops()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMatrixUtils.h60 BasicBlock *RowLoopLatch = nullptr; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1445 Builder.SetInsertPoint(TI.RowLoopLatch->getTerminator()); in createTiledLoops()