Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/
H A DFuncConversions.cpp58 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand) in BranchOpInterfaceTypeConversion()
88 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand; member in __anon0778ab1c0211::BranchOpInterfaceTypeConversion
114 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand) { in populateBranchOpInterfaceTypeConversionPattern()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp532 auto shouldConvertBranchOperand = [&](BranchOpInterface branchOp, in runOnOperation() local