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

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp295 Function *oldFunction,
346 oldFunction->getName() + "_" +
349 if (oldFunction->doesNotThrow())
398 TI->getParent()->getParent() == oldFunction)
706 Function *oldFunction = header->getParent(); local
710 "codeRepl", oldFunction,
733 codeReplacer, oldFunction,
734 oldFunction->getParent());
774 // cerr << "OLD FUNCTION: " << *oldFunction;
775 // verifyFunction(*oldFunction);
290 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
[all...]

Completed in 231 milliseconds