Searched refs:canMergeInto (Results 1 – 1 of 1) sorted by relevance
24 static bool canMergeInto(FunctionOpInterface func1, FunctionOpInterface func2) { in canMergeInto() function33 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()