Searched refs:copyPlacementBlock (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 1870 Block **copyPlacementBlock, in findHighestBlockForPlacement() argument 1893 *copyPlacementBlock = lastInvariantIV->getBlock(); in findHighestBlockForPlacement() 1897 *copyPlacementBlock = █ in findHighestBlockForPlacement() 2039 Block::iterator end, Block *copyPlacementBlock, in generateCopy() argument 2059 OpBuilder prologue(copyPlacementBlock, copyInPlacementStart); in generateCopy() 2061 OpBuilder epilogue(copyPlacementBlock, copyOutPlacementStart); in generateCopy() 2065 auto func = copyPlacementBlock->getParent()->getParentOfType<func::FuncOp>(); in generateCopy() 2510 Block *copyPlacementBlock; in affineDataCopyGenerate() local 2512 *regionEntry.second, *block, begin, end, ©PlacementBlock, in affineDataCopyGenerate() 2518 *regionEntry.second, block, begin, end, copyPlacementBlock, in affineDataCopyGenerate()
|