Home
last modified time | relevance | path

Searched defs:OldFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp92 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneFunctionInto()
362 const Function *OldFunc; member
649 void llvm::CloneAndPruneIntoFromInst(Function *NewFunc, const Function *OldFunc, in CloneAndPruneIntoFromInst()
952 Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, in CloneAndPruneFunctionInto()
H A DCodeExtractor.cpp1544 static void fixupDebugInfoPostExtraction(Function &OldFunc, Function &NewFunc, in fixupDebugInfoPostExtraction()
1930 bool CodeExtractor::verifyAssumptionCache(const Function &OldFunc, in verifyAssumptionCache()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4942 llvm::Intrinsic::ID IntrinsicFunc) { in UpgradeARCRuntime()