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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp771 Function *oldFunction,
816 AllowVarArgs && oldFunction->isVarArg());
824 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(),
825 oldFunction->getName() + "." + SuffixToUse, M);
827 if (oldFunction->doesNotThrow())
831 if (oldFunction->hasUWTable())
841 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) {
968 if (I->isTerminator() && I->getFunction() == oldFunction &&
1393 Function *oldFunction = header->getParent(); local
1446 "codeRepl", oldFunction,
766 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h217 Function *oldFunction, Module *M);

Completed in 111 milliseconds