Searched refs:oldFunction (Results 1 – 3 of 3) sorted by relevance
28 function addToFunction(oldFunction, name) argument31 if (oldFunction != null) {32 tempString = oldFunction.toString();42 function addToFunctionWithArgument(oldFunction, name) argument45 if (oldFunction != null) {46 tempString = oldFunction.toString();
297 Function *oldFunction, in constructFunction() argument348 oldFunction->getName() + "_" + in constructFunction()351 if (oldFunction->doesNotThrow()) in constructFunction()400 TI->getParent()->getParent() == oldFunction) in constructFunction()707 Function *oldFunction = header->getParent(); in extractCodeRegion() local711 "codeRepl", oldFunction, in extractCodeRegion()734 codeReplacer, oldFunction, in extractCodeRegion()735 oldFunction->getParent()); in extractCodeRegion()
115 Function *oldFunction, Module *M);