Searched refs:newFunction (Results 1 – 2 of 2) sorted by relevance
823 Function *newFunction = Function::Create( in constructFunction() local828 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 …]
219 void moveCodeToFunction(Function *newFunction);226 CallInst *emitCallAndSwitchStatement(Function *newFunction,