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

/external/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h115 Function *oldFunction, Module *M);
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp294 Function *oldFunction,
345 oldFunction->getName() + "_" +
348 if (oldFunction->doesNotThrow())
397 TI->getParent()->getParent() == oldFunction)
705 Function *oldFunction = header->getParent(); local
709 "codeRepl", oldFunction,
732 codeReplacer, oldFunction,
733 oldFunction->getParent());
773 // cerr << "OLD FUNCTION: " << *oldFunction;
774 // verifyFunction(*oldFunction);
289 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
[all...]

Completed in 40 milliseconds