Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DLoopInvariantCodeMotionUtils.cpp52 function_ref<bool(Value, Region *)> isDefinedOutsideRegion, in moveLoopInvariantCode() argument
67 return isDefinedOutsideRegion(value, region); in moveLoopInvariantCode()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DLoopInvariantCodeMotionUtils.h65 function_ref<bool(Value, Region *)> isDefinedOutsideRegion,