Searched refs:oldFunction (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/webkit/
H A Dfunction-constructor-newline-after-brace.js28 function addToFunction(oldFunction, name)
31 if (oldFunction != null) {
32 tempString = oldFunction.toString();
42 function addToFunctionWithArgument(oldFunction, name)
45 if (oldFunction != null) {
46 tempString = oldFunction.toString();
/external/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h115 Function *oldFunction, Module *M);
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp297 Function *oldFunction,
348 oldFunction->getName() + "_" +
351 if (oldFunction->doesNotThrow())
400 TI->getParent()->getParent() == oldFunction)
707 Function *oldFunction = header->getParent(); local
711 "codeRepl", oldFunction,
734 codeReplacer, oldFunction,
735 oldFunction->getParent());
775 // cerr << "OLD FUNCTION: " << *oldFunction;
776 // verifyFunction(*oldFunction);
292 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
[all...]

Completed in 104 milliseconds