HomeSort by: relevance | last modified time | path
    Searched refs:oldFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 818 Function *oldFunction,
863 AllowVarArgs && oldFunction->isVarArg());
871 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(),
872 oldFunction->getName() + "." + SuffixToUse, M);
874 if (oldFunction->doesNotThrow())
878 if (oldFunction->hasUWTable())
888 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) {
1028 if (I->isTerminator() && I->getFunction() == oldFunction &&
1575 Function *oldFunction = header->getParent();
1633 "codeRepl", oldFunction,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 219 Function *oldFunction, Module *M);

Completed in 73 milliseconds