Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DUtils.cpp24 static bool canMergeInto(FunctionOpInterface func1, FunctionOpInterface func2) { in canMergeInto() function
33 assert(canMergeInto(func1, func2)); in mergeInto()
120 if (canMergeInto(funcOp, collidingFuncOp) || in mergeSymbolsInto()
121 canMergeInto(collidingFuncOp, funcOp)) { in mergeSymbolsInto()
215 if (!canMergeInto(funcOp, collidingFuncOp)) { in mergeSymbolsInto()
218 assert(canMergeInto(funcOp, collidingFuncOp)); in mergeSymbolsInto()