Lines Matching refs:RowBody
165 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileLoadStoreLoops() local
167 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileLoadStoreLoops()
169 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops()
174 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileLoadStoreLoops()
206 VecPhi->addIncoming(VecCPhiRowLoop, RowBody); in createTileLoadStoreLoops()
281 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileDPLoops() local
283 BasicBlock *RowLatch = RowBody->getSingleSuccessor(); in createTileDPLoops()
285 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops()
296 BasicBlock *RowLoopHeader = RowBody->getSinglePredecessor(); in createTileDPLoops()
342 VecCPhiColLoop->addIncoming(VecCPhiRowLoop, RowBody); in createTileDPLoops()
344 VecDPhiColLoop->addIncoming(VecDPhiRowLoop, RowBody); in createTileDPLoops()