Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DLoopInvariantCodeMotionUtils.cpp54 function_ref<void(Operation *, Region *)> moveOutOfRegion) { in moveLoopInvariantCode() argument
83 moveOutOfRegion(op, region); in moveLoopInvariantCode()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DLoopInvariantCodeMotionUtils.h67 function_ref<void(Operation *, Region *)> moveOutOfRegion);