Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp896 void CIRGenModule::replacePointerTypeArgs(cir::FuncOp oldF, cir::FuncOp newF) { in replacePointerTypeArgs() argument
909 llvm::zip(call.getArgs(), newF.getFunctionType().getInputs())) { in replacePointerTypeArgs()
930 auto newF = dyn_cast<cir::FuncOp>(replacement); in applyReplacements() local
931 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()
H A DCIRGenModule.h415 void replacePointerTypeArgs(cir::FuncOp oldF, cir::FuncOp newF);