Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp893 Function *newFunction = in constructFunctionDeclaration() local
899 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in constructFunctionDeclaration()
1027 newFunction->addFnAttr(Attr); in constructFunctionDeclaration()
1032 Function::arg_iterator ScalarAI = newFunction->arg_begin(); in constructFunctionDeclaration()
1035 ScalarAI = newFunction->arg_begin(); in constructFunctionDeclaration()
1042 newFunction->addParamAttr(ScalarAI - newFunction->arg_begin(), in constructFunctionDeclaration()
1058 newFunction->setEntryCount( in constructFunctionDeclaration()
1062 return newFunction; in constructFunctionDeclaration()
1152 void CodeExtractor::moveCodeToFunction(Function *newFunction) { in moveCodeToFunction() argument
1153 auto newFuncIt = newFunction->begin(); in moveCodeToFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h272 void moveCodeToFunction(Function *newFunction);
296 const ValueSet &StructValues, Function *newFunction,
304 Function *newFunction, StructType *StructArgTy,