Searched refs:oldFunction (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 820 Function *oldFunction, in constructFunction() argument 883 RetTy, ParamTy, AllowVarArgs && oldFunction->isVarArg()); in constructFunction() 891 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction() 892 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction() 893 newFunction->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat; in constructFunction() 902 for (const auto &Attr : oldFunction->getAttributes().getFnAttrs()) { in constructFunction() 1078 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction() 1725 Function *oldFunction = header->getParent(); in extractCodeRegion() local 1786 "codeRepl", oldFunction, in extractCodeRegion() 1788 codeReplacer->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat; in extractCodeRegion() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 259 Function *oldFunction, Module *M);
|