Searched refs:loopLike (Results 1 – 5 of 5) sorted by relevance
97 size_t mlir::moveLoopInvariantCode(LoopLikeOpInterface loopLike) { in moveLoopInvariantCode() argument99 &loopLike.getLoopBody(), in moveLoopInvariantCode()101 return loopLike.isDefinedOutsideOfLoop(value); in moveLoopInvariantCode()104 [&](Operation *op, Region *) { loopLike.moveOutOfLoop(op); }); in moveLoopInvariantCode()
34 [&](LoopLikeOpInterface loopLike) { moveLoopInvariantCode(loopLike); }); in runOnOperation() argument
71 size_t moveLoopInvariantCode(LoopLikeOpInterface loopLike);
344 funcOp->walk([&](LoopLikeOpInterface loopLike) { in runOnOperation() argument345 moveLoopInvariantCode(loopLike); in runOnOperation()
408 [&](LoopLikeOpInterface loopLike) { moveLoopInvariantCode(loopLike); }); in hoistRedundantVectorTransfers() argument