Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2142 Block::iterator *copyInPlacementStart, in findHighestBlockForPlacement() argument
2162 *copyInPlacementStart = Block::iterator(lastInvariantIV.getOperation()); in findHighestBlockForPlacement()
2163 *copyOutPlacementStart = std::next(*copyInPlacementStart); in findHighestBlockForPlacement()
2166 *copyInPlacementStart = begin; in findHighestBlockForPlacement()
2311 Block::iterator copyInPlacementStart, Block::iterator copyOutPlacementStart, in generateCopy() argument
2330 OpBuilder prologue(copyPlacementBlock, copyInPlacementStart); in generateCopy()
2792 Block::iterator copyInPlacementStart, copyOutPlacementStart; in affineDataCopyGenerate() local
2796 &copyInPlacementStart, &copyOutPlacementStart); in affineDataCopyGenerate()
2802 copyInPlacementStart, copyOutPlacementStart, copyOptions, in affineDataCopyGenerate()