Searched refs:newF (Results 1 – 2 of 2) sorted by relevance
896 void CIRGenModule::replacePointerTypeArgs(cir::FuncOp oldF, cir::FuncOp newF) { in replacePointerTypeArgs() argument909 llvm::zip(call.getArgs(), newF.getFunctionType().getInputs())) { in replacePointerTypeArgs()930 auto newF = dyn_cast<cir::FuncOp>(replacement); in applyReplacements() local931 if (!newF) { in applyReplacements()939 replacePointerTypeArgs(oldF, newF); in applyReplacements()942 if (oldF.replaceAllSymbolUses(newF.getSymNameAttr(), theModule).failed()) in applyReplacements()944 if (newF) { in applyReplacements()945 newF->moveBefore(oldF); in applyReplacements()
415 void replacePointerTypeArgs(cir::FuncOp oldF, cir::FuncOp newF);