Searched defs:NewFn (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CallGraphUpdater.cpp | 100 Function &NewFn) { in registerOutlinedFunction() 123 void CallGraphUpdater::replaceFunctionWith(Function &OldFn, Function &NewFn) { in replaceFunctionWith()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PreISelIntrinsicLowering.cpp | 72 static bool lowerObjCCall(Function &F, const char *NewFn, in lowerObjCCall()
|
H A D | IntrinsicLowering.cpp | 30 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 43 Function *&NewFn) { in UpgradePTESTIntrinsic() 59 Function *&NewFn) { in UpgradeX86IntrinsicsWith8BitMask() 75 Function *&NewFn) { in UpgradeX86MaskedFPCompare() 421 Function *&NewFn) { in UpgradeX86IntrinsicFunction() 534 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction1() 994 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction() 1802 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() 3950 Function *NewFn; in UpgradeCallsToIntrinsic() local 4089 Function *NewFn = llvm::Intrinsic::getDeclaration(&M, IntrinsicFunc); in UpgradeARCRuntime() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 185 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap); in GenerateVarArgsThunk() local
|
H A D | CodeGenModule.cpp | 4775 llvm::Function *NewFn) { in ReplaceUsesOfNonProtoTypeWithRealFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1159 Function *NewFn = CloneFunction(Fn, VMap); in replaceAliasWithAliasee() local
|
H A D | Attributor.cpp | 1740 Function *NewFn = Function::Create(NewFnTy, OldFn->getLinkage(), in rewriteFunctionSignatures() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 12914 ExprResult NewFn = ExprError(); in BuildRecoveryCallExpr() local 14625 ExprResult NewFn = CreateFunctionRefExpr(*this, Method, Best->FoundDecl, in BuildCallToObjectOfClassType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3102 Function *NewFn; in globalCleanup() local
|