Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp817 Function *oldFunction, in constructFunction() argument
879 RetTy, ParamTy, AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
887 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction()
888 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
897 for (const auto &Attr : oldFunction->getAttributes().getFnAttrs()) { in constructFunction()
1052 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1651 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1716 "codeRepl", oldFunction, in extractCodeRegion()
1728 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1784 oldFunction, oldFunction->getParent()); in extractCodeRegion()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h252 Function *oldFunction, Module *M);