Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp823 Function *newFunction = Function::Create( in constructFunction() local
828 newFunction->setDoesNotThrow(); in constructFunction()
832 newFunction->setHasUWTable(); in constructFunction()
921 newFunction->addFnAttr(Attr); in constructFunction()
923 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction()
926 Function::arg_iterator AI = newFunction->arg_begin(); in constructFunction()
936 Instruction *TI = newFunction->begin()->getTerminator(); in constructFunction()
953 AI = newFunction->arg_begin(); in constructFunction()
972 return newFunction; in constructFunction()
1060 CallInst *CodeExtractor::emitCallAndSwitchStatement(Function *newFunction, in emitCallAndSwitchStatement() argument
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDCodeExtractor.h219 void moveCodeToFunction(Function *newFunction);
226 CallInst *emitCallAndSwitchStatement(Function *newFunction,