HomeSort by relevance Sort by last modified time
    Searched full:internalize (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/test/Transforms/Internalize/
lists.ll 1 ; No arguments means internalize everything
2 ; RUN: opt < %s -internalize -S | FileCheck --check-prefix=ALL %s
4 ; Non-existent files should be treated as if they were empty (so internalize
6 ; RUN: opt < %s -internalize -internalize-public-api-file /nonexistent/file 2> /dev/null -S | FileCheck --check-prefix=ALL %s
8 ; Internalize all but foo and j
9 ; RUN: opt < %s -internalize -internalize-public-api-list foo -internalize-public-api-list j -S | FileCheck --check-prefix=FOO_AND_J %s
11 ; RUN: opt < %s -S -internalize -internalize-public-api-list bar -internalize-public-api-list foo -internalize-public-api-file /no (…)
    [all...]
2009-01-05-InternalizeAliases.ll 1 ; RUN: opt < %s -internalize -internalize-public-api-list main -S | FileCheck %s
used.ll 1 ; RUN: opt < %s -internalize -S | FileCheck %s
local-visibility.ll 1 ; RUN: opt < %s -internalize -S | FileCheck %s
  /external/llvm/test/Other/
2008-10-06-RemoveDeadPass.ll 1 ; RUN: opt < %s -inline -internalize -disable-output
  /external/llvm/lib/Transforms/IPO/
CMakeLists.txt 15 Internalize.cpp
Internalize.cpp 1 //===-- Internalize.cpp - Mark functions internal -------------------------===//
37 #define DEBUG_TYPE "internalize"
46 APIFile("internalize-public-api-file", cl::value_desc("filename"),
51 APIList("internalize-public-api-list", cl::value_desc("list"),
73 INITIALIZE_PASS(InternalizePass, "internalize",
74 "Internalize Global Symbols", false, false)
96 errs() << "WARNING: Internalize couldn't load file '" << Filename
143 // the linker can see, so we don't internalize them.
149 // conservative, we internalize symbols in llvm.compiler.used, but we
172 // Never internalize the llvm.used symbol. It is used to implemen
    [all...]
Android.mk 17 Internalize.cpp \
  /external/v8/src/
ast-value-factory.cc 87 void AstRawString::Internalize(Isolate* isolate) {
131 void AstConsString::Internalize(Isolate* isolate) {
179 void AstValue::Internalize(Isolate* isolate) {
267 new_string->Internalize(isolate_);
273 void AstValueFactory::Internalize(Isolate* isolate) {
281 strings_[i]->Internalize(isolate);
284 values_[i]->Internalize(isolate);
294 value->Internalize(isolate_);
304 value->Internalize(isolate_);
314 value->Internalize(isolate_)
    [all...]
ast-value-factory.h 51 virtual void Internalize(Isolate* isolate) = 0;
73 virtual void Internalize(Isolate* isolate) OVERRIDE;
127 virtual void Internalize(Isolate* isolate) OVERRIDE;
173 void Internalize(Isolate* isolate);
175 // Can be called after Internalize has been called.
291 void Internalize(Isolate* isolate);
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
passmgr_builder_ocaml.c 103 internalize:bool -> run_inliner:bool -> t -> unit */
105 LLVMPassManagerRef PM, value Internalize, value RunInliner,
109 Bool_val(Internalize), Bool_val(RunInliner));
llvm_passmgr_builder.ml 31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
llvm_passmgr_builder.mli 53 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
  /external/llvm/test/Transforms/IPConstantProp/
dangling-block-address.ll 1 ; RUN: opt < %s -internalize -ipsccp -S | FileCheck %s
  /external/llvm/test/tools/gold/
common.ll 19 ; All IR case, we internalize a after merging.
  /external/llvm/include/llvm-c/Transforms/
PassManagerBuilder.h 79 LLVMBool Internalize,
  /external/llvm/tools/gold/
gold-plugin.cpp 462 static void internalize(GlobalValue &GV) { function
584 StringSet<> &Internalize, StringSet<> &Maybe) {
639 // internalize once the IR linker has done its job.
664 // Since we use the regular lib/Linker, we cannot just internalize GV
666 // it to be copied and then internalize it.
667 Internalize.insert(GV->getName());
838 StringSet<> Internalize;
845 getModuleForFile(Context, F, File, ApiFile, Internalize, Maybe);
858 for (const auto &Name : Internalize) {
861 internalize(*GV)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 167 // When there is no "main" function in a module, the internalize pass will
168 // treat the module like a library, and it won't internalize any functions.
172 // treat the functions in the list as "main" functions and internalize
  /external/llvm/test/Bindings/OCaml/
passmgr_builder.ml 52 ~internalize:false ~run_inliner:false);
  /external/llvm/utils/
findoptdiff 73 all_switches="-verify -lowersetjmp -simplifycfg -mem2reg -globalopt -globaldce -ipconstprop -deadargelim -instcombine -simplifycfg -prune-eh -inline -simplify-libcalls -argpromotion -tailduplicate -simplifycfg -scalarrepl -instcombine -predsimplify -condprop -tailcallelim -simplifycfg -reassociate -licm -loop-unswitch -instcombine -indvars -loop-unroll -instcombine -load-vn -gcse -sccp -instcombine -condprop -dse -dce -simplifycfg -deadtypeelim -constmerge -internalize -ipsccp -globalopt -constmerge -deadargelim -inline -prune-eh -globalopt -globaldce -argpromotion -instcombine -predsimplify -scalarrepl -globalsmodref-aa -licm -load-vn -gcse -dse -instcombine -simplifycfg -verify"
  /external/vboot_reference/tests/
vboot_display_tests.c 243 TEST_PTR_EQ(fptr, buf, "Internalize");
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 256 * internalize all Strings to reduce redundant copies.
  /external/libunwind/include/
libunwind-dynamic.h 51 impossible to internalize structures with internal padding, but
  /external/llvm/docs/
NVPTXUsage.rst 295 pipeline, immediately after the link stage. The ``internalize`` pass is also
301 3. Internalize all functions not in list from (1)
859 2. Internalize all but the public kernel function
873 # opt -internalize -internalize-public-api-list=kernel -nvvm-reflect-list=__CUDA_FTZ=0 -nvvm-reflect -O3 t2.linked.bc -o t2.opt.bc
  /external/icu/icu4c/source/common/
ucnv_bld.h 184 uint32_t toUnicodeStatus; /* Used to internalize stream status information */

Completed in 531 milliseconds

1 2