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

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 288 Function *oldFunction,
337 oldFunction->getName() + "_" +
340 if (oldFunction->doesNotThrow())
388 TI->getParent()->getParent() == oldFunction)
692 Function *oldFunction = header->getParent();
696 "codeRepl", oldFunction,
719 codeReplacer, oldFunction,
720 oldFunction->getParent());
760 // cerr << "OLD FUNCTION: " << *oldFunction;
761 // verifyFunction(*oldFunction);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 91 Function *oldFunction, Module *M);
248 Function *oldFunction,
299 oldFunction->getName() + "_" +
302 if (oldFunction->doesNotThrow())
351 TI->getParent()->getParent() == oldFunction)
689 Function *oldFunction = header->getParent();
693 "codeRepl", oldFunction,
708 codeReplacer, oldFunction,
709 oldFunction->getParent());
749 // cerr << "OLD FUNCTION: " << *oldFunction;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 

Completed in 228 milliseconds