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

  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 127 bool RemoveDeadStuffFromFunction(Function *F);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 150 bool RemoveDeadStuffFromFunction(Function *F);
638 // RemoveDeadStuffFromFunction - Remove any arguments and return values from F
642 bool DAE::RemoveDeadStuffFromFunction(Function *F) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 666 // RemoveDeadStuffFromFunction - Remove any arguments and return values from F
670 bool DeadArgumentEliminationPass::RemoveDeadStuffFromFunction(Function *F) {
    [all...]

Completed in 69 milliseconds