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

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

Completed in 113 milliseconds