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();
296 Function *oldFunction, in constructFunction() argument347 oldFunction->getName() + "_" + in constructFunction()350 if (oldFunction->doesNotThrow()) in constructFunction()399 TI->getParent()->getParent() == oldFunction) in constructFunction()703 Function *oldFunction = header->getParent(); in extractCodeRegion() local707 "codeRepl", oldFunction, in extractCodeRegion()730 codeReplacer, oldFunction, in extractCodeRegion()731 oldFunction->getParent()); in extractCodeRegion()
115 Function *oldFunction, Module *M);