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

  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 136 bool MergeFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 157 bool MergeFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
PassManagerBuilder.h 157 bool MergeFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
PassManagerBuilder.h 157 bool MergeFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 157 bool MergeFunctions;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
PassManagerBuilder.h 157 bool MergeFunctions;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
PassManagerBuilder.h 157 bool MergeFunctions;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
PassManagerBuilder.h 155 bool MergeFunctions;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 1 //===- MergeFunctions.cpp - Merge identical functions ---------------------===//
537 /// MergeFunctions finds functions which will generate identical machine code,
539 /// MergeFunctions will fold them by replacing a call to one to a call to a
542 class MergeFunctions : public ModulePass {
545 MergeFunctions()
603 char MergeFunctions::ID = 0;
604 INITIALIZE_PASS(MergeFunctions, "mergefunc", "Merge Functions", false, false)
607 return new MergeFunctions();
610 bool MergeFunctions::runOnModule(Module &M) {
683 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New)
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 1 //===- MergeFunctions.cpp - Merge identical functions ---------------------===//
85 // versions of MergeFunctions, though it presented only in two function pairs
127 "MergeFunctions pass sanity check. "
    [all...]

Completed in 850 milliseconds