Home
last modified time | relevance | path

Searched defs:definedOutside (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Transforms/Utils/
H A DLoopInvariantCodeMotionUtils.cpp54 function_ref<bool(Value)> definedOutside) { in canBeHoisted()
75 auto definedOutside = [&](Value value) { in moveLoopInvariantCode() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp227 canBeHoisted(Operation * op,function_ref<bool (Value)> definedOutside) canBeHoisted() argument