Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp870 Function *newFunction = Function::Create( in constructFunction() local
875 newFunction->setDoesNotThrow(); in constructFunction()
879 newFunction->setHasUWTable(); in constructFunction()
981 newFunction->addFnAttr(Attr); in constructFunction()
983 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction()
986 Function::arg_iterator AI = newFunction->arg_begin(); in constructFunction()
996 Instruction *TI = newFunction->begin()->getTerminator(); in constructFunction()
1013 AI = newFunction->arg_begin(); in constructFunction()
1032 return newFunction; in constructFunction()
1120 CallInst *CodeExtractor::emitCallAndSwitchStatement(Function *newFunction, in emitCallAndSwitchStatement() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h221 void moveCodeToFunction(Function *newFunction);
228 CallInst *emitCallAndSwitchStatement(Function *newFunction,