Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2141 Block **copyPlacementBlock, in findHighestBlockForPlacement() argument
2164 *copyPlacementBlock = lastInvariantIV->getBlock(); in findHighestBlockForPlacement()
2168 *copyPlacementBlock = █ in findHighestBlockForPlacement()
2310 Block::iterator end, Block *copyPlacementBlock, in generateCopy() argument
2330 OpBuilder prologue(copyPlacementBlock, copyInPlacementStart); in generateCopy()
2332 OpBuilder epilogue(copyPlacementBlock, copyOutPlacementStart); in generateCopy()
2336 auto func = copyPlacementBlock->getParent()->getParentOfType<FuncOp>(); in generateCopy()
2793 Block *copyPlacementBlock; in affineDataCopyGenerate() local
2795 *regionEntry.second, *block, begin, end, &copyPlacementBlock, in affineDataCopyGenerate()
2801 *regionEntry.second, block, begin, end, copyPlacementBlock, in affineDataCopyGenerate()