Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2161 auto lastInvariantIV = *std::prev(it); in findHighestBlockForPlacement() local
2162 *copyInPlacementStart = Block::iterator(lastInvariantIV.getOperation()); in findHighestBlockForPlacement()
2164 *copyPlacementBlock = lastInvariantIV->getBlock(); in findHighestBlockForPlacement()