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