Searched defs:shouldConvertBranchOperand (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Func/Transforms/ | ||
H A D | FuncConversions.cpp | 63 BranchOpInterfaceTypeConversion(TypeConverter & typeConverter,MLIRContext * ctx,function_ref<bool (BranchOpInterface,int)> shouldConvertBranchOperand) BranchOpInterfaceTypeConversion() argument |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ | ||
H A D | Detensorize.cpp | 551 auto shouldConvertBranchOperand = [&](BranchOpInterface branchOp, runOnOperation() local |