Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp818 Function *oldFunction, in constructFunction() argument
863 AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
871 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction()
872 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
874 if (oldFunction->doesNotThrow()) in constructFunction()
878 if (oldFunction->hasUWTable()) in constructFunction()
888 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
1028 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1575 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1633 "codeRepl", oldFunction, in extractCodeRegion()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h219 Function *oldFunction, Module *M);