Searched refs:internalize (Results 1 – 25 of 137) sorted by relevance
123456
1 ; No arguments means internalize everything2 ; RUN: opt < %s -internalize -S | FileCheck --check-prefix=ALL %s4 ; Non-existent files should be treated as if they were empty (so internalize6 ; RUN: opt < %s -internalize -internalize-public-api-file /nonexistent/file 2> /dev/null -S | FileC…9 ; RUN: opt < %s -internalize -internalize-public-api-list foo -internalize-public-api-list j -S | F…11 ; RUN: opt < %s -S -internalize -internalize-public-api-list bar -internalize-public-api-list foo -…14 ; RUN: opt < %s -internalize -internalize-public-api-list bar -internalize-public-api-file %S/apifi…
1 … RUN: opt < %s -internalize -internalize-public-api-list c1 -internalize-public-api-list c2 -inter…
2 ; RUN: opt < %s -internalize -S | FileCheck %s3 ; RUN: opt < %s -passes=internalize -S | FileCheck %s
1 ; RUN: opt < %s -internalize -internalize-public-api-list main -S | FileCheck %s
1 ; RUN: opt < %s -internalize -S | FileCheck %s2 ; RUN: opt < %s -passes=internalize -S | FileCheck %s
1 ; Test to ensure that we can internalize values produced from two rounds17 ; RUN: opt -module-summary -o %t-main.bc %S/Inputs/thinlto-internalize-doublepromoted.ll19 ; RUN: llvm-lto -thinlto-action=internalize -exported-symbol=main -thinlto-index %t-index.bc %t.bc …20 ; RUN: llvm-dis %t.internalize.bc -o - | FileCheck %s
11 ; Check that we don't internalize `bar` during promotion,15 ; Thin LTO internalization shouldn't internalize `bar` as well16 ; RUN: llvm-dis %t.out.1.2.internalize.bc -o - | FileCheck %s
2 ; RUN: opt -module-summary %p/Inputs/internalize.ll -o %t2.bc6 ; RUN: llvm-lto -thinlto-action=internalize -thinlto-index %t.index.bc %t1.bc -o - | llvm-dis -o - …7 ; RUN: llvm-lto -thinlto-action=internalize -thinlto-index %t.index.bc %t1.bc -o - --exported-symb…12 ; RUN: llvm-lto -thinlto-action=internalize -thinlto-index %t.index.bc %t1.bc \23 ; RUN: llvm-dis < %t.o.1.2.internalize.bc | FileCheck %s --check-prefix=INTERNALIZE235 ; RUN: llvm-dis < %t.o.1.2.internalize.bc | FileCheck %s --check-prefix=INTERNALIZE2-OPTION-DISABLE
2 ; RUN: opt -module-summary -o %t-main.bc %S/Inputs/thinlto-internalize-used2.ll4 ; RUN: llvm-lto -thinlto-action=internalize -thinlto-index %t-index.bc %t.bc -o %t.promote.bc
1 ; Test to ensure we don't internalize or treat as dead a global value14 ; RUN: llvm-dis %t3.o.0.2.internalize.bc -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CH…25 ; RUN: llvm-dis %t.o.2.internalize.bc -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK…26 ; RUN: llvm-dis %t2.o.2.internalize.bc -o - | FileCheck %s --check-prefix=CHECK2-THINLTO42 ; We should not internalize @var_with_section due to section53 ; We should not internalize @deadfunc_with_section due to section73 ; In ThinLTO mode, we can't internalize it as it needs to be preserved
5 ;; so LTO should be able to internalize it.12 ; RUN: llvm-dis < %t.exe.0.2.internalize.bc | FileCheck %s15 ; RUN: llvm-dis < %t.exe.0.2.internalize.bc | FileCheck %s
3 ; RUN: llvm-as %p/Inputs/internalize-undef.ll -o %t2.o5 ; RUN: llvm-dis < %t.0.2.internalize.bc | FileCheck %s
6 ; RUN: llvm-dis %t3.0.2.internalize.bc -o - | FileCheck %s11 ; RUN: llvm-dis %t3.0.2.internalize.bc -o - | FileCheck %s
1 ; RUN: llvm-link -S -internalize %s %p/Inputs/internalize-lazy.ll | FileCheck %s
3 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…4 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileC…5 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll %S/Inputs/linkage.d.…
2 ; RUN: llvm-link -S -internalize %s %p/Inputs/only-needed-used.ll | FileCheck %s4 ; RUN: llvm-link -S -only-needed -internalize %s %p/Inputs/only-needed-used.ll | FileCheck %s
20 String key = internalize(entry.getKey()); in convertToSlashes()21 String value = internalize(entry.getValue()); in convertToSlashes()28 private static String internalize(String className) { in internalize() method in TypeMapper
3 ; RUN: llvm-lto -thinlto-action=internalize -thinlto-index %t.index.bc %t1.bc -o - | llvm-dis -o - …4 ; RUN: llvm-lto -thinlto-action=internalize -thinlto-index %t.index.bc %t1.bc -o - --exported-symb…
46 func (pmb PassManagerBuilder) PopulateLTOPassManager(pm PassManager, internalize bool, runInliner b…47 …C.LLVMPassManagerBuilderPopulateLTOPassManager(pmb.C, pm.C, boolToLLVMBool(internalize), boolToLLV…