HomeSort by relevance Sort by last modified time
    Searched refs:oldFunction (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 115 Function *oldFunction, Module *M);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 295 Function *oldFunction,
346 oldFunction->getName() + "_" +
349 if (oldFunction->doesNotThrow())
398 TI->getParent()->getParent() == oldFunction)
706 Function *oldFunction = header->getParent();
710 "codeRepl", oldFunction,
733 codeReplacer, oldFunction,
734 oldFunction->getParent());
774 // cerr << "OLD FUNCTION: " << *oldFunction;
775 // verifyFunction(*oldFunction);
    [all...]

Completed in 78 milliseconds